3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
120.71 ms | 2686 KiB | 4 Q