3v4l.org

run code in 300+ PHP versions simultaneously
<?php function lpErrorHandler($no,$str, $file,$line,$varList) { print_r($varList); throw new ErrorException($str,0,$no,$file,$line); return true; } set_error_handler("lpErrorHandler"); 14/0;

preferences:
38.02 ms | 402 KiB | 5 Q