Skip to content

Instantly share code, notes, and snippets.

@davidcoallier
Created January 31, 2012 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidcoallier/1711109 to your computer and use it in GitHub Desktop.
Save davidcoallier/1711109 to your computer and use it in GitHub Desktop.
$ ./sapi/cli/php -r 'print_r([1, 2, 3]);'
Array
(
[0] => 1
[1] => 2
[2] => 3
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment