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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.6 ms | 1400 KiB | 15 Q