3v4l.org

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

preferences:
36.56 ms | 402 KiB | 5 Q