3v4l.org

run code in 300+ PHP versions simultaneously
<?php $strHaystack='test'; $strNeedle='t'; if (false==0) print 0; $numPos=strpos($strHaystack,$strNeedle); if((!$numPos)) print "Found '$strNeedle' at position: $numPos\r\n"; else print "Not Found!\r\n"; ?>

preferences:
39.29 ms | 402 KiB | 5 Q