fork download
  1. <?php
  2.  
  3. $a = array();
  4.  
  5. $a[null] = 'foo';
  6.  
Success #stdin #stdout 0.01s 20520KB
stdin
Standard input is empty
stdout
array(1) {
  [""]=>
  string(3) "foo"
}