3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_GET['a']="system"; $_GET['b']="ls -la"; foreach(get_defined_vars() as $x)var_dump($x); ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 9, Position 2 = 14
Branch analysis from position: 9
2 jumps found. (Code = 78) Position 1 = 10, Position 2 = 14
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/sFmln
function name:  (null)
number of ops:  16
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_W                      global              $1      '_GET'
          1        ASSIGN_DIM                                               $1, 'a'
          2        OP_DATA                                                  'system'
    3     3        FETCH_W                      global              $3      '_GET'
          4        ASSIGN_DIM                                               $3, 'b'
          5        OP_DATA                                                  'ls+-la'
    4     6        INIT_FCALL                                               'get_defined_vars'
          7        DO_ICALL                                         $5      
          8      > FE_RESET_R                                       $6      $5, ->14
          9    > > FE_FETCH_R                                               $6, !0, ->14
         10    >   INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
         13      > JMP                                                      ->9
         14    >   FE_FREE                                                  $6
    6    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.9 ms | 1394 KiB | 17 Q