3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Source: https://bugs.php.net/bug.php?id=61011 function __autoload($class) { throw new Exception($class); } try { echo '.' . NonExistentObject::$property; } catch(Exception $e) { echo 'ASDF'; }

This is an error 404

There are `0` results


preferences:
147.22 ms | 1403 KiB | 7 Q