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) { unset($process[$key][$k]); if (is_array($v)) { $process[$key][stripslashes($k)] = $v; $process[] = &$process[$key][stripslashes($k)]; } else { $process[$key][stripslashes($k)] = stripslashes($v); echo $process[$key][stripslashes($k)] ; echo $v; } } } unset($process); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 44
Branch analysis from position: 44
2 jumps found. (Code = 44) Position 1 = 52, Position 2 = 2
Branch analysis from position: 52
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 77) Position 1 = 5, Position 2 = 43
Branch analysis from position: 5
2 jumps found. (Code = 78) Position 1 = 6, Position 2 = 43
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 26
Branch analysis from position: 11
1 jumps found. (Code = 42) Position 1 = 42
Branch analysis from position: 42
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
Branch analysis from position: 26
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
Branch analysis from position: 43
2 jumps found. (Code = 44) Position 1 = 52, Position 2 = 2
Branch analysis from position: 52
Branch analysis from position: 2
Branch analysis from position: 43
filename:       /in/GgOeG
function name:  (null)
number of ops:  54
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                                                      ->44
    4     2    >   ECHO                                                     !1
    5     3        ECHO                                                     !2
    6     4      > FE_RESET_R                                       $6      !0, ->43
          5    > > FE_FETCH_R                                       ~7      $6, !3, ->43
          6    >   ASSIGN                                                   !4, ~7
    7     7        FETCH_DIM_UNSET                                  $9      !0, !1
          8        UNSET_DIM                                                $9, !4
    9     9        TYPE_CHECK                                  128          !3
         10      > JMPZ                                                     ~10, ->26
   10    11    >   INIT_FCALL                                               'stripslashes'
         12        SEND_VAR                                                 !4
         13        DO_ICALL                                         $12     
         14        FETCH_DIM_W                                      $11     !0, !1
         15        ASSIGN_DIM                                               $11, $12
         16        OP_DATA                                                  !3
   11    17        INIT_FCALL                                               'stripslashes'
         18        SEND_VAR                                                 !4
         19        DO_ICALL                                         $16     
         20        FETCH_DIM_W                                      $15     !0, !1
         21        FETCH_DIM_W                                      $17     $15, $16
         22        MAKE_REF                                         $18     $17
         23        FETCH_DIM_W                                      $14     !0
         24        ASSIGN_REF                                               $14, $18
         25      > JMP                                                      ->42
   13    26    >   INIT_FCALL                                               'stripslashes'
         27        SEND_VAR                                                 !4
         28        DO_ICALL                                         $21     
         29        INIT_FCALL                                               'stripslashes'
         30        SEND_VAR                                                 !3
         31        DO_ICALL                                         $23     
         32        FETCH_DIM_W                                      $20     !0, !1
         33        ASSIGN_DIM                                               $20, $21
         34        OP_DATA                                                  $23
   14    35        INIT_FCALL                                               'stripslashes'
         36        SEND_VAR                                                 !4
         37        DO_ICALL                                         $25     
         38        FETCH_DIM_R                                      ~24     !0, !1
         39        FETCH_DIM_R                                      ~26     ~24, $25
         40        ECHO                                                     ~26
   15    41        ECHO                                                     !3
    6    42    > > JMP                                                      ->5
         43    >   FE_FREE                                                  $6
    3    44    >   INIT_FCALL_BY_NAME                                       'each'
         45        SEND_VAR_EX                                              !0
         46        DO_FCALL                                      0  $27     
         47        FETCH_LIST_R                                     $28     $27, 0
         48        ASSIGN                                                   !1, $28
         49        FETCH_LIST_R                                     $30     $27, 1
         50        ASSIGN                                                   !2, $30
         51      > JMPNZ                                                    $27, ->2
   19    52    >   UNSET_CV                                                 !0
   21    53      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.8 ms | 1400 KiB | 15 Q