Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/eGBHn
function name: (null)
number of ops: 6
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
15 0 E > INIT_STATIC_METHOD_CALL 'DemoFile', 'doCount'
1 NEW $0 'stdClass'
2 DO_FCALL 0
3 SEND_VAR $0
4 DO_FCALL 0
5 > RETURN 1
Class DemoFile:
Function docount:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 10
Branch analysis from position: 4
2 jumps found. (Code = 77) Position 1 = 5, Position 2 = 9
Branch analysis from position: 5
2 jumps found. (Code = 78) Position 1 = 6, Position 2 = 9
Branch analysis from position: 6
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
Branch analysis from position: 10
filename: /in/eGBHn
function name: doCount
number of ops: 11
compiled vars: !0 = $vars, !1 = $val, !2 = $key
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
5 0 E > RECV !0
7 1 COUNT ~3 !0
2 IS_SMALLER 0, ~3
3 > JMPZ ~4, ->10
8 4 > > FE_RESET_R $5 !0, ->9
5 > > FE_FETCH_R ~6 $5, !1, ->9
6 > ASSIGN !2, ~6
9 7 ECHO 'hello'
8 8 > JMP ->5
9 > FE_FREE $5
12 10 > > RETURN null
End of function docount
End of class DemoFile.
Generated using Vulcan Logic Dumper, using php 8.5.0