3v4l.org

run code in 300+ PHP versions simultaneously
<?php function is_in_string($haystack, $needle) { if (strpos($haystack, $needle) !== false) { return 1; } else { return 0; } } echo is_in_string("THis is a test", 4);

preferences:
31.36 ms | 402 KiB | 5 Q