3v4l.org

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

preferences:
37.28 ms | 402 KiB | 5 Q