Changeset 19817
- Timestamp:
- 07/02/09 11:15:12 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
components/dependency_injection/trunk/doc/A-XML-Format.markdown
r19714 r19817 106 106 * The `null` string is converted to the PHP `null` value 107 107 108 * String representing numeric values are converted to PHP numeric values108 * Strings representing numeric values are converted to PHP numeric values 109 109 (integer, octal notation, and hexadecimal notations are supported) 110 110 components/dependency_injection/trunk/doc/B-YAML-Format.markdown
r19714 r19817 24 24 ### Precedence Rules 25 25 26 When loading a nYAML resource, service definitions override the current26 When loading a YAML resource, service definitions override the current 27 27 defined ones. 28 28