PHP Classes

File: libraries/vendor/symfony/yaml/Tests/Fixtures/legacyBooleanMappingKeys.yml

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   libraries/vendor/symfony/yaml/Tests/Fixtures/legacyBooleanMappingKeys.yml   Download  
File: libraries/vendor/symfony/yaml/Tests/Fixtures/legacyBooleanMappingKeys.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 6 years ago
Size: 313 bytes
 

Contents

Class file image Download
--- %YAML:1.0 test: Miscellaneous spec: 2.21 yaml: | true: true false: false php: | array( 1 => true, 0 => false, ) --- test: Boolean yaml: | false: used as key logical: true answer: false php: | array( false => 'used as key', 'logical' => true, 'answer' => false )