3v4l.org

run code in 300+ PHP versions simultaneously
<?php $re = '/(\d+)\([A-Z]\+?\)/'; $str = '33(F) 15352(1) 24 31 55(B+) 15360(1) 6 32 38 70(A) 2 3 4 5 6 7 8 9 10 10 *Passed with Grace Marks *SID: Student ID; SchemeID: The scheme applicable to the student. Date on which pdf made: 09/10/2018 RTSID: 2018100901520151640002'; preg_match_all($re, $str, $matches); var_dump(array_map('intval',$matches[1]));
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { [0]=> int(33) [1]=> int(55) [2]=> int(70) }

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
71.85 ms | 401 KiB | 8 Q