3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace Upload; class FileFactory { static public function autoload($name) { print '[['. $name .']]'; } } spl_autoload_register(__NAMESPACE__ .'\Foo::Upload'); // As of PHP 5.3.0 new InexistentClass;
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught TypeError: spl_autoload_register(): Argument #1 ($callback) must be a valid callback or null, class "Upload\Foo" not found in /in/Z6EUK:11 Stack trace: #0 /in/Z6EUK(11): spl_autoload_register('Upload\\Foo::Upl...') #1 {main} thrown in /in/Z6EUK on line 11
Process exited with code 255.
Output for 8.0.0 - 8.0.30
Fatal error: Uncaught TypeError: spl_autoload_register(): Argument #1 ($callback) must be a valid callback, class "Upload\Foo" not found in /in/Z6EUK:11 Stack trace: #0 /in/Z6EUK(11): spl_autoload_register('Upload\\Foo::Upl...') #1 {main} thrown in /in/Z6EUK on line 11
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Fatal error: Uncaught LogicException: Function 'Upload\Foo::Upload' not found (class 'Upload\Foo' not found) in /in/Z6EUK:11 Stack trace: #0 /in/Z6EUK(11): spl_autoload_register('Upload\\Foo::Upl...') #1 {main} thrown in /in/Z6EUK on line 11
Process exited with code 255.
Output for 5.4.27 - 5.4.45, 5.5.11 - 5.5.37, 5.6.0 - 5.6.23
Fatal error: Uncaught exception 'LogicException' with message 'Function 'Upload\Foo::Upload' not found (class 'Upload\Foo' not found)' in /in/Z6EUK:11 Stack trace: #0 /in/Z6EUK(11): spl_autoload_register('Upload\\Foo::Upl...') #1 {main} thrown in /in/Z6EUK on line 11
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.26, 5.5.0 - 5.5.10
Fatal error: Uncaught exception 'LogicException' with message 'Function 'Upload\Foo::Upload' not found (class 'Upload\Foo' not found)' in /in/Z6EUK:11 Stack trace: #0 /in/Z6EUK(11): spl_autoload_register('Upload\Foo::Upl...') #1 {main} thrown in /in/Z6EUK on line 11
Process exited with code 255.
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Parse error: syntax error, unexpected T_STRING in /in/Z6EUK on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_STRING in /in/Z6EUK on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/Z6EUK on line 3
Process exited with code 255.

preferences:
255.14 ms | 401 KiB | 365 Q