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"); print_r(microtime(true)."\"); print_r(microtime(false)."\"); echo var_dump(class_exists("SaeObject",false));
Output for 5.4.0 - 5.4.10
Parse error: syntax error, unexpected '\' (T_NS_SEPARATOR) in HNMbY on line 14
Process exited with code 255.
Output for 5.3.0 - 5.3.20
Parse error: syntax error, unexpected T_NS_SEPARATOR in HNMbY on line 14
Process exited with code 255.

preferences:
173.29 ms | 1395 KiB | 39 Q