3v4l.org

run code in 300+ PHP versions simultaneously
<?php if($_GET['asd']) { return true; } else { return false; } print_r($_GET);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 5
Branch analysis from position: 3
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 5
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/WJ71H
function name:  (null)
number of ops:  11
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_R                      global              ~0      '_GET'
          1        FETCH_DIM_R                                      ~1      ~0, 'asd'
          2      > JMPZ                                                     ~1, ->5
    3     3    > > RETURN                                                   <true>
          4*       JMP                                                      ->6
    6     5    > > RETURN                                                   <false>
    8     6*       INIT_FCALL                                               'print_r'
          7*       FETCH_R                      global              ~2      '_GET'
          8*       SEND_VAL                                                 ~2
          9*       DO_ICALL                                                 
         10*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.55 ms | 1394 KiB | 15 Q