3v4l.org

run code in 300+ PHP versions simultaneously
<?php $checkfor = 'test'; $words = array('test','derp','herp'); function noop(){} for ($i = 1; $i++ < 100000;){ if (in_array($checkfor,$words)) { noop(); } } /* if (in_array($checkfor,$words)) { echo "non-flip match"; } */

preferences:
45.05 ms | 402 KiB | 5 Q