3v4l.org

run code in 300+ PHP versions simultaneously
<?php function match($haystack, $needle) { return strpos($haystack, $needle) !== FALSE; } echo match("test string", "test"); echo match("string test test string", " test ");

preferences:
48.51 ms | 402 KiB | 5 Q