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]);

preferences:
40.13 ms | 402 KiB | 5 Q