Skip to content

Instantly share code, notes, and snippets.

@nathggns
Created August 29, 2011 13:38
Show Gist options
  • Select an option

  • Save nathggns/1178408 to your computer and use it in GitHub Desktop.

Select an option

Save nathggns/1178408 to your computer and use it in GitHub Desktop.
Output of my parser
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