3v4l.org

run code in 300+ PHP versions simultaneously
<?php $process = array('get', 'pst', 'co', 'rec'); while (list($key, $val) = each($process)) { echo $key; echo $val; foreach ($process as $k => $v) { $process[$key][stripslashes($k)] = $v; $process[] = &$process[$key][stripslashes($k)]; echo $process[$key][stripslashes($k)] ; echo $v; } } unset($process); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 30
Branch analysis from position: 30
2 jumps found. (Code = 44) Position 1 = 38, Position 2 = 2
Branch analysis from position: 38
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 77) Position 1 = 5, Position 2 = 29
Branch analysis from position: 5
2 jumps found. (Code = 78) Position 1 = 6, Position 2 = 29
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
Branch analysis from position: 29
2 jumps found. (Code = 44) Position 1 = 38, Position 2 = 2
Branch analysis from position: 38
Branch analysis from position: 2
Branch analysis from position: 29
filename:       /in/CbYvW
function name:  (null)
number of ops:  40
compiled vars:  !0 = $process, !1 = $key, !2 = $val, !3 = $v, !4 = $k
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1      > JMP                                                      ->30
    4     2    >   ECHO                                                     !1
    5     3        ECHO                                                     !2
    6     4      > FE_RESET_R                                       $6      !0, ->29
          5    > > FE_FETCH_R                                       ~7      $6, !3, ->29
          6    >   ASSIGN                                                   !4, ~7
    9     7        INIT_FCALL                                               'stripslashes'
          8        SEND_VAR                                                 !4
          9        DO_ICALL                                         $10     
         10        FETCH_DIM_W                                      $9      !0, !1
         11        ASSIGN_DIM                                               $9, $10
         12        OP_DATA                                                  !3
   10    13        INIT_FCALL                                               'stripslashes'
         14        SEND_VAR                                                 !4
         15        DO_ICALL                                         $14     
         16        FETCH_DIM_W                                      $13     !0, !1
         17        FETCH_DIM_W                                      $15     $13, $14
         18        MAKE_REF                                         $16     $15
         19        FETCH_DIM_W                                      $12     !0
         20        ASSIGN_REF                                               $12, $16
   12    21        INIT_FCALL                                               'stripslashes'
         22        SEND_VAR                                                 !4
         23        DO_ICALL                                         $19     
         24        FETCH_DIM_R                                      ~18     !0, !1
         25        FETCH_DIM_R                                      ~20     ~18, $19
         26        ECHO                                                     ~20
   13    27        ECHO                                                     !3
    6    28      > JMP                                                      ->5
         29    >   FE_FREE                                                  $6
    3    30    >   INIT_FCALL_BY_NAME                                       'each'
         31        SEND_VAR_EX                                              !0
         32        DO_FCALL                                      0  $21     
         33        FETCH_LIST_R                                     $22     $21, 0
         34        ASSIGN                                                   !1, $22
         35        FETCH_LIST_R                                     $24     $21, 1
         36        ASSIGN                                                   !2, $24
         37      > JMPNZ                                                    $21, ->2
   17    38    >   UNSET_CV                                                 !0
   19    39      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.09 ms | 1400 KiB | 15 Q