3v4l.org

run code in 300+ PHP versions simultaneously
<?php print("Error level was ".error_reporting()."\n"); error_reporting(E_ALL); print("Now error level is ".error_reporting()."\n"); $s = "abstract class AbstractMethodStaticLoader { public static abstract function loadMetadata(); }"; eval($s);

preferences:
38.75 ms | 402 KiB | 5 Q