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 1 - 50'; print_r(get_numerics($one));

preferences:
62.77 ms | 402 KiB | 5 Q