3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('sOmE_CoNsT', 1, true); echo SOME_CONST; // Prints 1 define('SOME_CONST', 2); echo SOME_CONST; // Prints 2

preferences:
57.95 ms | 402 KiB | 5 Q