php / pecl-file_formats-yaml

YAML-1.1 parser and emitter
https://pecl.php.net/package/yaml
MIT License
72 stars 33 forks source link

Resolve quoted and non-specific scalars as strings #12

Closed bd808 closed 9 years ago

bd808 commented 9 years ago

If a scalar is quoted or explicitly marked with the "!" non-specific tag then it typically should be resolved by the parser as a string even if the contents could otherwise match an implicit casting rule (bool, int, float, timestamp).

Bug: 69465

stenote commented 9 years ago

Good Job !