3v4l.org

run code in 300+ PHP versions simultaneously
<?php $boolean = 1; $boolean = (boolean) $boolean; function dump_boolean(boolean $echo) { var_dump($boolean); } dump_boolean($boolean);
Output for 8.3.0 - 8.3.7
Warning: "boolean" will be interpreted as a class name. Did you mean "bool"? Write "\boolean" to suppress this warning in /in/81GE1 on line 6 Fatal error: Uncaught TypeError: dump_boolean(): Argument #1 ($echo) must be of type boolean, true given, called in /in/81GE1 on line 11 and defined in /in/81GE1:6 Stack trace: #0 /in/81GE1(11): dump_boolean(true) #1 {main} thrown in /in/81GE1 on line 6
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: "boolean" will be interpreted as a class name. Did you mean "bool"? Write "\boolean" to suppress this warning in /in/81GE1 on line 6 Fatal error: Uncaught TypeError: dump_boolean(): Argument #1 ($echo) must be of type boolean, bool given, called in /in/81GE1 on line 11 and defined in /in/81GE1:6 Stack trace: #0 /in/81GE1(11): dump_boolean(true) #1 {main} thrown in /in/81GE1 on line 6
Process exited with code 255.
Output for 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Fatal error: Uncaught TypeError: Argument 1 passed to dump_boolean() must be an instance of boolean, bool given, called in /in/81GE1 on line 11 and defined in /in/81GE1:6 Stack trace: #0 /in/81GE1(11): dump_boolean(true) #1 {main} thrown in /in/81GE1 on line 6
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
Fatal error: Uncaught TypeError: Argument 1 passed to dump_boolean() must be an instance of boolean, boolean given, called in /in/81GE1 on line 11 and defined in /in/81GE1:6 Stack trace: #0 /in/81GE1(11): dump_boolean(true) #1 {main} thrown in /in/81GE1 on line 6
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
Catchable fatal error: Argument 1 passed to dump_boolean() must be an instance of boolean, boolean given, called in /in/81GE1 on line 11 and defined in /in/81GE1 on line 6
Process exited with code 255.

preferences:
184.09 ms | 402 KiB | 258 Q