3v4l.org

run code in 300+ PHP versions simultaneously
<?php define("TEST",1); echo TEST; define("TEST",2); echo "\n",TEST; runkit_constant_redefine ( "TEST" , 3 ); echo "\n",TEST;
Output for 8.5.0
1 Warning: Constant TEST already defined, this will be an error in PHP 9 in /in/tXba1 on line 5 1 Fatal error: Uncaught Error: Call to undefined function runkit_constant_redefine() in /in/tXba1:7 Stack trace: #0 {main} thrown in /in/tXba1 on line 7
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.33, 8.2.0 - 8.2.29, 8.3.0 - 8.3.28, 8.4.1 - 8.4.15
1 Warning: Constant TEST already defined in /in/tXba1 on line 5 1 Fatal error: Uncaught Error: Call to undefined function runkit_constant_redefine() in /in/tXba1:7 Stack trace: #0 {main} thrown in /in/tXba1 on line 7
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
1 Notice: Constant TEST already defined in /in/tXba1 on line 5 1 Fatal error: Uncaught Error: Call to undefined function runkit_constant_redefine() in /in/tXba1:7 Stack trace: #0 {main} thrown in /in/tXba1 on line 7
Process exited with code 255.
Output for 7.3.32 - 7.3.33
1 1 Fatal error: Uncaught Error: Call to undefined function runkit_constant_redefine() in /in/tXba1:7 Stack trace: #0 {main} thrown in /in/tXba1 on line 7
Process exited with code 255.
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
1 Notice: Constant TEST already defined in /in/tXba1 on line 5 1 Fatal error: Call to undefined function runkit_constant_redefine() in /in/tXba1 on line 7
Process exited with code 255.

preferences:
59.68 ms | 412 KiB | 5 Q