<?php echo "dumps null:\n"; var_dump( null['test'] ); echo "\nthrows exception:"; var_dump( []['test'] );
You have javascript disabled. You will not be able to edit any code.