Created
August 29, 2011 13:38
-
-
Save nathggns/1178408 to your computer and use it in GitHub Desktop.
Output of my parser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Array | |
| ( | |
| [foo:] => Array | |
| ( | |
| [0] => Array | |
| ( | |
| [0] => bar: | |
| [1] => baz; | |
| ) | |
| [1] => Array | |
| ( | |
| [0] => baz: | |
| [1] => foo; | |
| ) | |
| [2] => Array | |
| ( | |
| [0] => foo: | |
| [1] => baz; | |
| ) | |
| ) | |
| [foo] => Array | |
| ( | |
| [0] => Array | |
| ( | |
| [0] => bar: | |
| [1] => baz; | |
| ) | |
| [1] => Array | |
| ( | |
| [0] => baz: | |
| [1] => foo; | |
| ) | |
| [2] => Array | |
| ( | |
| [0] => foo: | |
| [1] => baz; | |
| ) | |
| [3] => Array | |
| ( | |
| [0] => bar: | |
| [1] => baz; | |
| ) | |
| ) | |
| [&foo] => Array | |
| ( | |
| [0] => Array | |
| ( | |
| [0] => bar: | |
| [1] => baz; | |
| ) | |
| [1] => Array | |
| ( | |
| [0] => baz: | |
| [1] => foo; | |
| ) | |
| [2] => Array | |
| ( | |
| [0] => foo: | |
| [1] => baz; | |
| ) | |
| [3] => Array | |
| ( | |
| [0] => bar: | |
| [1] => baz; | |
| ) | |
| [4] => Array | |
| ( | |
| [0] => baz: | |
| [1] => baz; | |
| ) | |
| ) | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment