3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "There four of them. These are: 1 The first one. Its is the most common. 2 The second one. 3 The third one. 4 This is the last."; preg_match_all("/\d+([^\d]+)/", $string, $matches); print_r($matches[1]);

preferences:
45.56 ms | 1996 KiB | 5 Q