3v4l.org

run code in 300+ PHP versions simultaneously
<?php function crash() { $notDefined[$i] = 'test'; } function error_handler() { return false; } set_error_handler('error_handler'); crash(); crash();

preferences:
37.63 ms | 402 KiB | 5 Q