3v4l.org

run code in 300+ PHP versions simultaneously
<?php $res='<span style="font-size: 14px;">You are allowed to view <b>30</b> CVs per day. Today you have watched <b>3</b></span> <iframe src="https://docs.google.com/viewer?url=http://files.seaemploy.com/resume/5ee9e75861dc2a8d0ddf4a3b5e05044b.doc&amp;module=files&amp;embedded=true" width="100%" height="100%" style="border: none;"> </iframe>'; preg_match('#watched (\d+)#', $res, $match); var_dump($match);; //if(!preg_match('#watched (\d+)#', $res, $match) OR $match[1]>=30) throw new \Exception("Account limit", 2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/eC8f4
function name:  (null)
number of ops:  10
compiled vars:  !0 = $res, !1 = $match
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%3Cspan+style%3D%22font-size%3A+14px%3B%22%3EYou+are+allowed+to+view+%3Cb%3E30%3C%2Fb%3E+CVs+per+day.+Today+you+have+watched+%3Cb%3E3%3C%2Fb%3E%3C%2Fspan%3E%0A%3Ciframe+src%3D%22https%3A%2F%2Fdocs.google.com%2Fviewer%3Furl%3Dhttp%3A%2F%2Ffiles.seaemploy.com%2Fresume%2F5ee9e75861dc2a8d0ddf4a3b5e05044b.doc%26amp%3Bmodule%3Dfiles%26amp%3Bembedded%3Dtrue%22+width%3D%22100%25%22+height%3D%22100%25%22+style%3D%22border%3A+none%3B%22%3E%0A%3C%2Fiframe%3E'
    5     1        INIT_FCALL                                               'preg_match'
          2        SEND_VAL                                                 '%23watched+%28%5Cd%2B%29%23'
          3        SEND_VAR                                                 !0
          4        SEND_REF                                                 !1
          5        DO_ICALL                                                 
    6     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
    7     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.86 ms | 1394 KiB | 17 Q