Skip to content

Instantly share code, notes, and snippets.

@crabtw
Created January 23, 2011 15:23
Show Gist options
  • Save crabtw/792145 to your computer and use it in GitHub Desktop.
Save crabtw/792145 to your computer and use it in GitHub Desktop.
<?php
function f() {
return array(1);
}
echo f()[0];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment