3v4l.org

run code in 300+ PHP versions simultaneously
<?php $db = new PDO('sqlite::memory:'); $st = $db->query(" SELECT 'ReflectionFunction', 'phpinfo'"); $re = $st->fetch(PDO::FETCH_CLASS | PDO::FETCH_CLASSTYPE); $re->invoke();
Output for 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Deprecated: Creation of dynamic property ReflectionFunction::$'phpinfo' is deprecated in /in/fO5Ga on line 5 Fatal error: Uncaught ArgumentCountError: ReflectionFunction::__construct() expects exactly 1 argument, 0 given in /in/fO5Ga:5 Stack trace: #0 [internal function]: ReflectionFunction->__construct() #1 /in/fO5Ga(5): PDOStatement->fetch(262152) #2 {main} thrown in /in/fO5Ga on line 5
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28
Fatal error: Uncaught ArgumentCountError: ReflectionFunction::__construct() expects exactly 1 argument, 0 given in /in/fO5Ga:5 Stack trace: #0 [internal function]: ReflectionFunction->__construct() #1 /in/fO5Ga(5): PDOStatement->fetch(262152) #2 {main} thrown in /in/fO5Ga on line 5
Process exited with code 255.
Output for 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 ArgumentCountError: ReflectionFunction::__construct() expects exactly 1 parameter, 0 given in /in/fO5Ga:5 Stack trace: #0 [internal function]: ReflectionFunction->__construct() #1 /in/fO5Ga(5): PDOStatement->fetch(262152) #2 {main} thrown in /in/fO5Ga on line 5
Process exited with code 255.
Output for 7.0.0 - 7.0.20
Fatal error: Uncaught TypeError: ReflectionFunction::__construct() expects exactly 1 parameter, 0 given in /in/fO5Ga:5 Stack trace: #0 [internal function]: ReflectionFunction->__construct() #1 /in/fO5Ga(5): PDOStatement->fetch(262152) #2 {main} thrown in /in/fO5Ga on line 5
Process exited with code 255.
Output for 5.3.3 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.28
Warning: ReflectionFunction::__construct() expects exactly 1 parameter, 0 given in /in/fO5Ga on line 5 Fatal error: ReflectionFunction::invoke(): Internal error: Failed to retrieve the reflection object in /in/fO5Ga on line 6
Process exited with code 255.
Output for 5.1.0 - 5.1.3, 5.2.0 - 5.2.17, 5.3.0 - 5.3.2
Warning: ReflectionFunction::__construct() expects exactly 1 parameter, 0 given in /in/fO5Ga on line 5 Fatal error: Internal error: Failed to retrieve the reflection object in /in/fO5Ga on line 6
Process exited with code 255.
Output for 5.1.4 - 5.1.6
Fatal error: Uncaught exception 'PDOException' with message 'could not find driver' in /in/fO5Ga:3 Stack trace: #0 /in/fO5Ga(3): PDO->__construct('sqlite::memory:') #1 {main} thrown in /in/fO5Ga on line 3
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Fatal error: Class 'PDO' not found in /in/fO5Ga on line 3
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected '|', expecting '(' in /in/fO5Ga on line 5
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
Parse error: parse error, unexpected '|', expecting '(' in /in/fO5Ga on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `'('' in /in/fO5Ga on line 5
Process exited with code 255.

preferences:
248.12 ms | 401 KiB | 328 Q