3v4l.org

run code in 300+ PHP versions simultaneously
<?php $utf8string = 'Lunedì'; $var = 'Lunedì'; $pos = strpos($utf8string, $var); if ($pos!==false) { echo substr($utf8string, 0, $pos); }

preferences:
38.97 ms | 402 KiB | 5 Q