3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = array(); $test['parent'] = array(); $test['parent']['child'] = 'foo'; $test['parent'][false] = 'bar'; $test['parent'][null] = 'baz'; var_dump($test); var_dump($test['parent'][(string) null]); var_dump($test['parent'][(string) false]);

preferences:
39.33 ms | 402 KiB | 5 Q