3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fruit["apple"] = "リンゴ"; $fruit["orange"] = "ミカン"; $fruit["grape"] = "ブドウ"; foreach ($fruit as $key => $value) { echo '<pre>'; print_r($fruit[$key]); echo '</pre>'; } if ( !isset( $f ) ) { echo 'deru'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 7, Position 2 = 16
Branch analysis from position: 7
2 jumps found. (Code = 78) Position 1 = 8, Position 2 = 16
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 16
2 jumps found. (Code = 43) Position 1 = 20, Position 2 = 21
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
Branch analysis from position: 16
filename:       /in/7mOUM
function name:  (null)
number of ops:  22
compiled vars:  !0 = $fruit, !1 = $value, !2 = $key, !3 = $f
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                               !0, 'apple'
          1        OP_DATA                                                  '%E3%83%AA%E3%83%B3%E3%82%B4'
    3     2        ASSIGN_DIM                                               !0, 'orange'
          3        OP_DATA                                                  '%E3%83%9F%E3%82%AB%E3%83%B3'
    4     4        ASSIGN_DIM                                               !0, 'grape'
          5        OP_DATA                                                  '%E3%83%96%E3%83%89%E3%82%A6'
    7     6      > FE_RESET_R                                       $7      !0, ->16
          7    > > FE_FETCH_R                                       ~8      $7, !1, ->16
          8    >   ASSIGN                                                   !2, ~8
    8     9        ECHO                                                     '%3Cpre%3E'
    9    10        INIT_FCALL                                               'print_r'
         11        FETCH_DIM_R                                      ~10     !0, !2
         12        SEND_VAL                                                 ~10
         13        DO_ICALL                                                 
   10    14        ECHO                                                     '%3C%2Fpre%3E'
    7    15      > JMP                                                      ->7
         16    >   FE_FREE                                                  $7
   14    17        ISSET_ISEMPTY_CV                                 ~12     !3
         18        BOOL_NOT                                         ~13     ~12
         19      > JMPZ                                                     ~13, ->21
   16    20    >   ECHO                                                     'deru'
   17    21    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.86 ms | 1395 KiB | 15 Q