3v4l.org

run code in 300+ PHP versions simultaneously
<?php define("__FLAG__", 1); define("__DEBUG__", __FLAG__); // the flag is hidden here. find it lol if("1" === __DEBUG__){ echo "development server"; }else{ echo "production server"; }

preferences:
47.47 ms | 402 KiB | 5 Q