3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('CONSTANT',1); define('_CONSTANT',0); define('EMPTY',''); if (!empty('')) { if(!((boolean) _CONSTANT)) { print "One"; } } else if(constant('CONSTANT') == 1){ print "Two"; }

preferences:
36.8 ms | 402 KiB | 5 Q