3v4l.org

run code in 300+ PHP versions simultaneously
<?php preg_match_all('~([a-z])([0-9])~', 'b53d34', $matches); print_r($matches); print str_repeat('=-', 42); preg_match_all('~([a-z])([0-9])~', 'b53d34', $matches, PREG_SET_ORDER); print_r($matches);

preferences:
56.51 ms | 402 KiB | 5 Q