3v4l.org

run code in 300+ PHP versions simultaneously
<?php function get_numerics ($str) { preg_match_all('/\d+/', $str, $matches); return $matches[0]; } $one = 'APP eco 51-100'; print_r(get_numerics($one));

preferences:
58.44 ms | 402 KiB | 5 Q