3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* Internally, PHP has a thing called an "array pointer" which points to the "current" element of an array for purposes of iteration. In a sane world */ $a = array(); $b = array(false, true, true, "Galamb vagyok."); if(reset($a) === reset($b)) { echo 'Yes. #LOLPHP'; } else { echo 'No.'; }

preferences:
35.98 ms | 402 KiB | 5 Q