PHP Classes

File: htdocs/class/libraries/vendor/symfony/yaml/Tests/Fixtures/sfObjects.yml

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/class/libraries/vendor/symfony/yaml/Tests/Fixtures/sfObjects.yml   Download  
File: htdocs/class/libraries/vendor/symfony/yaml/Tests/Fixtures/sfObjects.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 284 bytes
 

Contents

Class file image Download
--- %YAML:1.0 test: Objects brief: > Comments at the end of a line yaml: | ex1: "foo # bar" ex2: "foo # bar" # comment ex3: 'foo # bar' # comment ex4: foo # comment php: | array('ex1' => 'foo # bar', 'ex2' => 'foo # bar', 'ex3' => 'foo # bar', 'ex4' => 'foo')