Skip to content

Instantly share code, notes, and snippets.

@vortec
Created February 7, 2014 12:37
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 vortec/8861927 to your computer and use it in GitHub Desktop.
Save vortec/8861927 to your computer and use it in GitHub Desktop.
php > $a = 0;
php > var_dump([$a[0] => $a[0]]);
array(1) {
[""]=>
NULL
}
php >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment