Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-7.0
/
share
/
Symfony
/
Component
/
Yaml
/
Tests
/
Fixtures
/
//opt/php-7.0/share/Symfony/Component/Yaml/Tests/Fixtures/legacyBooleanMappingKeys.yml
--- %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 )