Blame | Last modification | View Log | Download
--- %YAML:1.0test: A sequence with an unordered arraybrief: >A sequence with an unordered arrayyaml: |1: foo0: barphp: |array(1 => 'foo', 0 => 'bar')---test: Integers as Map Keysbrief: >An integer can be used as dictionary key.yaml: |1: one2: two3: threephp: |array(1 => 'one',2 => 'two',3 => 'three')