3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = ['x', 'y', 'z']; foreach($array as $element) { if ($element=='x') { $element = 'a'; array_push($array, "test"); print_r($array); } ?> <li><?php echo $element ?></li> <?php } ?>
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
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 13
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 13
Branch analysis from position: 17
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 17
filename:       /in/dCrbX
function name:  (null)
number of ops:  19
compiled vars:  !0 = $array, !1 = $element
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    4     1      > FE_RESET_R                                       $3      !0, ->17
          2    > > FE_FETCH_R                                               $3, !1, ->17
    5     3    >   IS_EQUAL                                                 !1, 'x'
          4      > JMPZ                                                     ~4, ->13
    6     5    >   ASSIGN                                                   !1, 'a'
    7     6        INIT_FCALL                                               'array_push'
          7        SEND_REF                                                 !0
          8        SEND_VAL                                                 'test'
          9        DO_ICALL                                                 
    8    10        INIT_FCALL                                               'print_r'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
   11    13    >   ECHO                                                     '%3Cli%3E'
         14        ECHO                                                     !1
         15        ECHO                                                     '%3C%2Fli%3E%0A'
    4    16      > JMP                                                      ->2
         17    >   FE_FREE                                                  $3
   12    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.54 ms | 1395 KiB | 17 Q