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:
54.49 ms | 402 KiB | 5 Q