Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 7
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 7
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
filename: /in/Aq6NF
function name: (null)
number of ops: 9
compiled vars: !0 = $s
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
46 0 E > INIT_FCALL 'g2'
1 DO_FCALL 0 $1
2 > FE_RESET_R $2 $1, ->7
3 > > FE_FETCH_R $2, !0, ->7
47 4 > CONCAT ~3 !0, '%0A'
5 ECHO ~3
46 6 > JMP ->3
7 > FE_FREE $2
48 8 > RETURN 1
Function arrayprovider:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 161) Position 1 = -2
filename: /in/Aq6NF
function name: arrayProvider
number of ops: 5
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > GENERATOR_CREATE
6 1 YIELD <array>
12 2 YIELD <array>
18 3 YIELD <array>
22 4 > GENERATOR_RETURN
End of function arrayprovider
Function iteratevalues:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 6
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 6
1 jumps found. (Code = 161) Position 1 = -2
Branch analysis from position: 6
filename: /in/Aq6NF
function name: iterateValues
number of ops: 8
compiled vars: !0 = $array, !1 = $value
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
24 0 E > RECV !0
1 GENERATOR_CREATE
26 2 > FE_RESET_R $2 !0, ->6
3 > > FE_FETCH_R $2, !1, ->6
27 4 > YIELD !1
26 5 > JMP ->3
6 > FE_FREE $2
29 7 > GENERATOR_RETURN
End of function iteratevalues
Function g1:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 4, Position 2 = 14
Branch analysis from position: 4
2 jumps found. (Code = 78) Position 1 = 5, Position 2 = 14
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 14
1 jumps found. (Code = 161) Position 1 = -2
Branch analysis from position: 14
filename: /in/Aq6NF
function name: g1
number of ops: 16
compiled vars: !0 = $array, !1 = $iterator
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
31 0 E > GENERATOR_CREATE
32 1 INIT_FCALL 'arrayprovider'
2 DO_FCALL 0 $2
3 > FE_RESET_R $3 $2, ->14
4 > > FE_FETCH_R $3, !0, ->14
33 5 > INIT_FCALL 'iteratevalues'
6 SEND_VAR !0
7 DO_FCALL 0 $4
8 ASSIGN !1, $4
35 9 INIT_METHOD_CALL !1, 'next'
10 DO_FCALL 0
37 11 YIELD_FROM ~7 !1
12 FREE ~7
32 13 > JMP ->4
14 > FE_FREE $3
40 15 > GENERATOR_RETURN
End of function g1
Function g2:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 161) Position 1 = -2
filename: /in/Aq6NF
function name: g2
number of ops: 6
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
42 0 E > GENERATOR_CREATE
43 1 INIT_FCALL 'g1'
2 DO_FCALL 0 $0
3 YIELD_FROM ~1 $0
4 FREE ~1
44 5 > GENERATOR_RETURN
End of function g2
Generated using Vulcan Logic Dumper, using php 8.5.0