3v4l.org

run code in 300+ PHP versions simultaneously
<?php preg_match_all("|<[^>]+>(.*)</[^>]+>|U", "<b>example: </b><div align=left>this is a test</div>", $out, PREG_PATTERN_ORDER); var_dump($out);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gt4Jg
function name:  (null)
number of ops:  10
compiled vars:  !0 = $out
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'preg_match_all'
          1        SEND_VAL                                                 '%7C%3C%5B%5E%3E%5D%2B%3E%28.%2A%29%3C%2F%5B%5E%3E%5D%2B%3E%7CU'
    3     2        SEND_VAL                                                 '%3Cb%3Eexample%3A+%3C%2Fb%3E%3Cdiv+align%3Dleft%3Ethis+is+a+test%3C%2Fdiv%3E'
    4     3        SEND_REF                                                 !0
          4        SEND_VAL                                                 1
          5        DO_ICALL                                                 
    5     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.72 ms | 1385 KiB | 17 Q