3v4l.org

run code in 300+ PHP versions simultaneously
<?php function handler($errno, $errstr) { var_dump($errno); } set_error_handler('handler'); function test($string) { $string = 'bar'; } $a = 'foo'; eval('test(&$a);');

preferences:
38.41 ms | 402 KiB | 5 Q