3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = "11 a b 13 begin t 899 y 50 f end 91 h"; var_export(preg_match_all('~(?:begin|\G(?!^))(?:.(?!end))*?\K\d+~', $text, $out) ? $out : 'no matches');

preferences:
54.03 ms | 402 KiB | 5 Q