3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "2=OK, 3=OK" ; preg_match_all('!\d+!', $string, $matches); $res = array_combine($matches[0], str_word_count($string, 1)); print_r($res);

preferences:
23.15 ms | 407 KiB | 5 Q