3v4l.org

run code in 300+ PHP versions simultaneously
<?php function errorHandler($type, $string, $msg, $file = NULL, $line = NULL) { echo "Dit gaat goed fout: ".$type.' : '. $msg.' in : '. $file.' on line : '. $line; } $warning = set_error_handler('errorHandler' , E_ALL); $failure = 42 / 0;

preferences:
19.11 ms | 402 KiB | 5 Q