3v4l.org

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

Function gen:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 161) Position 1 = -2
filename:       /in/4lDc2
function name:  gen
number of ops:  7
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   GENERATOR_CREATE                                         
    3     1        YIELD                                                    1
    4     2        YIELD                                                    2
    5     3        YIELD                                                    3
    6     4        YIELD                                                    4
    7     5        YIELD                                                    5
    9     6      > GENERATOR_RETURN                                         

End of function gen

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.8 ms | 1397 KiB | 14 Q