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>'; 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
2 jumps found. (Code = 47) Position 1 = 8, Position 2 = 11
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 17
Branch analysis from position: 12
1 jumps found. (Code = 108) Position 1 = -2
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/fBVba
function name:  (null)
number of ops:  18
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                                         $3      
          6        BOOL_NOT                                         ~4      $3
          7      > JMPNZ_EX                                         ~4      ~4, ->11
          8    >   FETCH_DIM_R                                      ~5      !1, 1
          9        IS_SMALLER_OR_EQUAL                              ~6      30, ~5
         10        BOOL                                             ~4      ~6
         11    > > JMPZ                                                     ~4, ->17
         12    >   NEW                                              $7      'Exception'
         13        SEND_VAL_EX                                              'Account+limit'
         14        SEND_VAL_EX                                              2
         15        DO_FCALL                                      0          
         16      > THROW                                         0          $7
         17    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.56 ms | 1395 KiB | 15 Q