3v4l.org

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

preferences:
30.97 ms | 402 KiB | 5 Q