3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "this is \n text"; $b = "this is ☭ text"; echo mb_strpos($a, "text", 0, "UTF-8") . PHP_EOL; echo mb_strpos($b, "text", 0, "UTF-8") . PHP_EOL;

preferences:
47.77 ms | 402 KiB | 5 Q