3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '78€ - 48€ penalty'; $matches = array(); preg_match_all('/\d*/i', $string, $matches); var_dump($matches);

preferences:
53.31 ms | 402 KiB | 5 Q