3v4l.org

run code in 300+ PHP versions simultaneously
<?php $search_array = array('first' => 1, 'second' => 4, 'third' => 3); foreach($search_Array as $key => $value){ echo $key; echo $key.".adding"; $a=explode($key,"."); echo $a[0]; echo $a[1]; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 17
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 17
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/2iFM1
function name:  (null)
number of ops:  19
compiled vars:  !0 = $search_array, !1 = $search_Array, !2 = $value, !3 = $key, !4 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1      > FE_RESET_R                                       $6      !1, ->17
          2    > > FE_FETCH_R                                       ~7      $6, !2, ->17
          3    >   ASSIGN                                                   !3, ~7
    5     4        ECHO                                                     !3
    6     5        CONCAT                                           ~9      !3, '.adding'
          6        ECHO                                                     ~9
    7     7        INIT_FCALL                                               'explode'
          8        SEND_VAR                                                 !3
          9        SEND_VAL                                                 '.'
         10        DO_ICALL                                         $10     
         11        ASSIGN                                                   !4, $10
    8    12        FETCH_DIM_R                                      ~12     !4, 0
         13        ECHO                                                     ~12
    9    14        FETCH_DIM_R                                      ~13     !4, 1
         15        ECHO                                                     ~13
    4    16      > JMP                                                      ->2
         17    >   FE_FREE                                                  $6
   10    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.31 ms | 1395 KiB | 15 Q