3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(!function_exists('action')){ function action($i){ } } define('DEBUG' , true); for($i=0; $i<$loops; $i++){ if(DEBUG){ action($i); } if(!DEBUG){ action($i); } }

preferences:
61.17 ms | 402 KiB | 5 Q