3v4l.org

run code in 300+ PHP versions simultaneously
<?php $re = '/(?:FooBar|(?:[0-9]{7}[0-9A-F]{8})+)/'; $str = 'FooBar,22801422CFE0F63 ,2280141C5EF0F63 ,22801402EFD0F63 ,2280138C5ED0F63 ,228024329897530 ,228023829877530'; preg_match_all($re, $str, $matches, PREG_SET_ORDER, 0); // Print the entire match result var_dump($matches);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nhk4C
function name:  (null)
number of ops:  13
compiled vars:  !0 = $re, !1 = $str, !2 = $matches
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%2F%28%3F%3AFooBar%7C%28%3F%3A%5B0-9%5D%7B7%7D%5B0-9A-F%5D%7B8%7D%29%2B%29%2F'
    4     1        ASSIGN                                                   !1, 'FooBar%2C22801422CFE0F63+%2C2280141C5EF0F63+%2C22801402EFD0F63+%2C2280138C5ED0F63+%2C228024329897530+%2C228023829877530'
    6     2        INIT_FCALL                                               'preg_match_all'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        SEND_REF                                                 !2
          6        SEND_VAL                                                 2
          7        SEND_VAL                                                 0
          8        DO_ICALL                                                 
    9     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !2
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.12 ms | 1005 KiB | 15 Q