3v4l.org

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

preferences:
52.48 ms | 402 KiB | 5 Q