Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mmcnickle on github.
  • I am mmcnickle (https://keybase.io/mmcnickle) on keybase.
  • I have a public key whose fingerprint is 9E1C F6EC 9BB5 F6C3 F6EA 957A E01F C81D 2F66 8961

To claim this, I am signing this object:

php > $x = array();
php > $x[8.7] = "hi";
php > var_dump($x);
array(1) {
[8]=>
string(2) "hi"
}
php > $x["8"] = "hello";
php > var_dump($x);
array(1) {