3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str1 = 'The quick brown fox jumps over the lazy dog.'; if (strpos($str1,'Fox') !== false) { echo 'The specific word is present.'; } else { echo 'The specific word is not present.'; } ?>

preferences:
43.02 ms | 402 KiB | 5 Q