3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Initial Configuration $isset = true; $array = array(); $notSetArray = array(0=>''); $string = ''; // Test Source function Test9_12() { global $x; /* The Test */ $t = microtime(true); while($i < 2000) { isSet($notSet); is_array($notSet); ++$i; } return (microtime(true) - $t); } // Variable Clean-up function Test9_End() { global $isset, $array, $string; unset($isset, $array, $string); } ?>

preferences:
28.94 ms | 402 KiB | 5 Q