3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = ['a' => 'a', 'b' => 'b', 'c' => 'c']; $o = new SdtClass(); foreach ($a as $idx => $value) { echo $o->{$idx} . PHP_EOL; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 5, Position 2 = 11
Branch analysis from position: 5
2 jumps found. (Code = 78) Position 1 = 6, Position 2 = 11
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
filename:       /in/8mEM5
function name:  (null)
number of ops:  13
compiled vars:  !0 = $a, !1 = $o, !2 = $value, !3 = $idx
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        NEW                                              $5      'SdtClass'
          2        DO_FCALL                                      0          
          3        ASSIGN                                                   !1, $5
    5     4      > FE_RESET_R                                       $8      !0, ->11
          5    > > FE_FETCH_R                                       ~9      $8, !2, ->11
          6    >   ASSIGN                                                   !3, ~9
    6     7        FETCH_OBJ_R                                      ~11     !1, !3
          8        CONCAT                                           ~12     ~11, '%0A'
          9        ECHO                                                     ~12
    5    10      > JMP                                                      ->5
         11    >   FE_FREE                                                  $8
    7    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.72 ms | 1397 KiB | 13 Q