3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_SESSION['captcha_correct'] = 0; if( !$_SESSION['captcha_correct'] ){ echo '<pre>'; print_r("no captcha"); exit; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 12
Branch analysis from position: 7
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lFqCi
function name:  (null)
number of ops:  13
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_W                      global              $0      '_SESSION'
          1        ASSIGN_DIM                                               $0, 'captcha_correct'
          2        OP_DATA                                                  0
    3     3        FETCH_R                      global              ~2      '_SESSION'
          4        FETCH_DIM_R                                      ~3      ~2, 'captcha_correct'
          5        BOOL_NOT                                         ~4      ~3
          6      > JMPZ                                                     ~4, ->12
    4     7    >   ECHO                                                     '%3Cpre%3E'
    5     8        INIT_FCALL                                               'print_r'
          9        SEND_VAL                                                 'no+captcha'
         10        DO_ICALL                                                 
    6    11      > EXIT                                                     
    7    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.4 ms | 1394 KiB | 15 Q