3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.62 ms | 1400 KiB | 15 Q