3v4l.org

run code in 300+ PHP versions simultaneously
<?php function meh() { static $a = 10; echo "$a\n"; return true; } set_error_handler('meh'); trigger_error('lol', E_USER_ERROR);

preferences:
38.2 ms | 402 KiB | 5 Q