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"); echo mb_strpos($b, "text", 0, "UTF-8");

preferences:
62.99 ms | 402 KiB | 5 Q