3v4l.org

run code in 300+ PHP versions simultaneously
<?php $type = ''; $index = -1; $t = "audio/x-wav-chunk; index=10"; $_p = strpos($t, ';'); if ($_p !== false) $type = substr($t, 0, $_p); print_r($type);

preferences:
39.14 ms | 402 KiB | 5 Q