3v4l.org

run code in 300+ PHP versions simultaneously
<?php $re = '/([\D]+)|([\d]+)/'; $str = 'a74b8c0d3845e7'; preg_match_all($re, $str, $matches); print_r(array_combine($matches[1],$matches[2]));

preferences:
47.29 ms | 402 KiB | 5 Q