3v4l.org

run code in 300+ PHP versions simultaneously
<?php function what($obj) { return $obj->foo(); } what();
Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught ArgumentCountError: Too few arguments to function what(), 0 passed in /in/tq6fp on line 7 and exactly 1 expected in /in/tq6fp:3 Stack trace: #0 /in/tq6fp(7): what() #1 {main} thrown in /in/tq6fp on line 3
Process exited with code 255.
Output for 7.0.5 - 7.0.31
Warning: Missing argument 1 for what(), called in /in/tq6fp on line 7 and defined in /in/tq6fp on line 3 Notice: Undefined variable: obj in /in/tq6fp on line 4 Fatal error: Uncaught Error: Call to a member function foo() on null in /in/tq6fp:4 Stack trace: #0 /in/tq6fp(7): what() #1 {main} thrown in /in/tq6fp on line 4
Process exited with code 255.
Output for 7.0.0 - 7.0.4
Warning: Missing argument 1 for what(), called in /in/tq6fp on line 7 and defined in /in/tq6fp on line 3 Notice: Undefined variable: obj in /in/tq6fp on line 4 Fatal error: Uncaught Error: Call to a member function foo() on unknown in /in/tq6fp:4 Stack trace: #0 /in/tq6fp(7): what() #1 {main} thrown in /in/tq6fp on line 4
Process exited with code 255.
Output for 5.6.0 - 5.6.38
Warning: Missing argument 1 for what(), called in /in/tq6fp on line 7 and defined in /in/tq6fp on line 3 Notice: Undefined variable: obj in /in/tq6fp on line 4 Fatal error: Call to a member function foo() on null in /in/tq6fp on line 4
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38
Warning: Missing argument 1 for what(), called in /in/tq6fp on line 7 and defined in /in/tq6fp on line 3 Notice: Undefined variable: obj in /in/tq6fp on line 4 Fatal error: Call to a member function foo() on a non-object in /in/tq6fp on line 4
Process exited with code 255.

preferences:
245.37 ms | 402 KiB | 362 Q