File "booleanMappingKeys.yml"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/symfony/yaml/Tests/Fixtures/booleanMappingKeys.yml
File size: 143 bytes
MIME-type: --
Charset: utf-8

--- %YAML:1.0
test: Miscellaneous
spec: 2.21
yaml: |
  true: true
  false: false
php: |
  array(
    'true' => true,
    'false' => false,
  )