3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = "D 92.42A-B+43G-H/45A";$matches=array(); preg_match_all("/([A-Z]{0,1}) ([0-9]{1,}).([0-9A-Z\-\+\/]{1,})/",$data,$matches); print_r($matches);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Zic0P
function name:  (null)
number of ops:  11
compiled vars:  !0 = $data, !1 = $matches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'D+92.42A-B%2B43G-H%2F45A'
          1        ASSIGN                                                   !1, <array>
    3     2        INIT_FCALL                                               'preg_match_all'
          3        SEND_VAL                                                 '%2F%28%5BA-Z%5D%7B0%2C1%7D%29+%28%5B0-9%5D%7B1%2C%7D%29.%28%5B0-9A-Z%5C-%5C%2B%5C%2F%5D%7B1%2C%7D%29%2F'
          4        SEND_VAR                                                 !0
          5        SEND_REF                                                 !1
          6        DO_ICALL                                                 
    4     7        INIT_FCALL                                               'print_r'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.21 ms | 1394 KiB | 17 Q