3v4l.org

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

preferences:
47.99 ms | 402 KiB | 5 Q