3v4l.org

run code in 300+ PHP versions simultaneously
<?php $fruits = array("more" => "apple", "less"=>"orange", "some"=>"banana"); $vegetables = array(“more”=>”carrot”, “less”=>"brussels sprout",”some”=>”onion”); foreach($fruits as &$value){ $value .= “s”; } foreach($vegetables as &$value){ $value .= “s”; } var_dump($fruits,$vegetables);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 125) Position 1 = 11, Position 2 = 15
Branch analysis from position: 11
2 jumps found. (Code = 126) Position 1 = 12, Position 2 = 15
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
Branch analysis from position: 15
2 jumps found. (Code = 125) Position 1 = 17, Position 2 = 21
Branch analysis from position: 17
2 jumps found. (Code = 126) Position 1 = 18, Position 2 = 21
Branch analysis from position: 18
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
Branch analysis from position: 21
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
Branch analysis from position: 15
filename:       /in/enULN
function name:  (null)
number of ops:  27
compiled vars:  !0 = $fruits, !1 = $vegetables, !2 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        FETCH_CONSTANT                                   ~4      '%E2%80%9Cmore%E2%80%9D'
          2        FETCH_CONSTANT                                   ~5      '%E2%80%9Dcarrot%E2%80%9D'
          3        INIT_ARRAY                                       ~6      ~5, ~4
          4        FETCH_CONSTANT                                   ~7      '%E2%80%9Cless%E2%80%9D'
          5        ADD_ARRAY_ELEMENT                                ~6      'brussels+sprout', ~7
          6        FETCH_CONSTANT                                   ~8      '%E2%80%9Dsome%E2%80%9D'
          7        FETCH_CONSTANT                                   ~9      '%E2%80%9Donion%E2%80%9D'
          8        ADD_ARRAY_ELEMENT                                ~6      ~9, ~8
          9        ASSIGN                                                   !1, ~6
    4    10      > FE_RESET_RW                                      $11     !0, ->15
         11    > > FE_FETCH_RW                                              $11, !2, ->15
    5    12    >   FETCH_CONSTANT                                   ~12     '%E2%80%9Cs%E2%80%9D'
         13        ASSIGN_OP                                     8          !2, ~12
    4    14      > JMP                                                      ->11
         15    >   FE_FREE                                                  $11
    8    16      > FE_RESET_RW                                      $14     !1, ->21
         17    > > FE_FETCH_RW                                              $14, !2, ->21
    9    18    >   FETCH_CONSTANT                                   ~15     '%E2%80%9Cs%E2%80%9D'
         19        ASSIGN_OP                                     8          !2, ~15
    8    20      > JMP                                                      ->17
         21    >   FE_FREE                                                  $14
   11    22        INIT_FCALL                                               'var_dump'
         23        SEND_VAR                                                 !0
         24        SEND_VAR                                                 !1
         25        DO_ICALL                                                 
         26      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.7 ms | 1396 KiB | 15 Q