3v4l.org

run code in 500+ PHP versions simultaneously
<?php class Controller { public function someAction() { echo 'action!'; } } $action[0] = 'someAction'; $controller = new Controller(); $controller->$action[0]();
Output for 8.3.0 - 8.3.32, 8.4.1 - 8.4.23, 8.5.0 - 8.5.8
Warning: Array to string conversion in /in/oiV5A on line 13 Warning: Undefined property: Controller::$Array in /in/oiV5A on line 13 Warning: Trying to access array offset on null in /in/oiV5A on line 13 Fatal error: Uncaught Error: Value of type null is not callable in /in/oiV5A:13 Stack trace: #0 {main} thrown in /in/oiV5A on line 13
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.32
Warning: Array to string conversion in /in/oiV5A on line 13 Warning: Undefined property: Controller::$Array in /in/oiV5A on line 13 Warning: Trying to access array offset on value of type null in /in/oiV5A on line 13 Fatal error: Uncaught Error: Value of type null is not callable in /in/oiV5A:13 Stack trace: #0 {main} thrown in /in/oiV5A on line 13
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Notice: Array to string conversion in /in/oiV5A on line 13 Notice: Undefined property: Controller::$Array in /in/oiV5A on line 13 Notice: Trying to access array offset on value of type null in /in/oiV5A on line 13 Fatal error: Uncaught Error: Function name must be a string in /in/oiV5A:13 Stack trace: #0 {main} thrown in /in/oiV5A on line 13
Process exited with code 255.
Output for 7.3.32 - 7.3.33
Fatal error: Uncaught Error: Function name must be a string in /in/oiV5A:13 Stack trace: #0 {main} thrown in /in/oiV5A on line 13
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
Notice: Array to string conversion in /in/oiV5A on line 13 Notice: Undefined property: Controller::$Array in /in/oiV5A on line 13 Fatal error: Uncaught Error: Function name must be a string in /in/oiV5A:13 Stack trace: #0 {main} thrown in /in/oiV5A on line 13
Process exited with code 255.
Output for 5.6.0 - 5.6.30
action!

preferences:
112.64 ms | 1888 KiB | 4 Q