3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html = '<frame name="WMain" src="/WSID0002340321/easy/GUI-1280"> The html i\'m looking for is here </frame>'; preg_match("~<frame[^>]*>(.*?)</frame>~is",$html,$output); echo $output[1];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CNJWQ
function name:  (null)
number of ops:  9
compiled vars:  !0 = $html, !1 = $output
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%3Cframe+name%3D%22WMain%22+src%3D%22%2FWSID0002340321%2Feasy%2FGUI-1280%22%3E%0A+++++The+html+i%27m+looking+for+is+here%0A%3C%2Fframe%3E'
    5     1        INIT_FCALL                                               'preg_match'
          2        SEND_VAL                                                 '%7E%3Cframe%5B%5E%3E%5D%2A%3E%28.%2A%3F%29%3C%2Fframe%3E%7Eis'
          3        SEND_VAR                                                 !0
          4        SEND_REF                                                 !1
          5        DO_ICALL                                                 
    6     6        FETCH_DIM_R                                      ~4      !1, 1
          7        ECHO                                                     ~4
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.08 ms | 1394 KiB | 15 Q