3v4l.org

run code in 500+ PHP versions simultaneously
<?php preg_match_all("/<td>([0-9]{1,2}\.[0-9]{2})<\/td>/m",'<td>10.00</td><td>22.33</td>',$matches); foreach($matches[1] as $match){ echo (int)$match; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 7, Position 2 = 11
Branch analysis from position: 7
2 jumps found. (Code = 78) Position 1 = 8, Position 2 = 11
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/kL6rp
function name:  (null)
number of ops:  13
compiled vars:  !0 = $matches, !1 = $match
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                                   'preg_match_all'
          1        SEND_VAL                                                     '%2F%3Ctd%3E%28%5B0-9%5D%7B1%2C2%7D%5C.%5B0-9%5D%7B2%7D%29%3C%5C%2Ftd%3E%2Fm'
          2        SEND_VAL                                                     '%3Ctd%3E10.00%3C%2Ftd%3E%3Ctd%3E22.33%3C%2Ftd%3E'
          3        SEND_REF                                                     !0
          4        DO_ICALL                                                     
    3     5        FETCH_DIM_R                                          ~3      !0, 1
          6      > FE_RESET_R                                           $4      ~3, ->11
          7    > > FE_FETCH_R                                                   $4, !1, ->11
    4     8    >   CAST                                              4  ~5      !1
          9        ECHO                                                         ~5
    3    10      > JMP                                                          ->7
         11    >   FE_FREE                                                      $4
    5    12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
157.37 ms | 1847 KiB | 14 Q