Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/VdWVE
function name: (null)
number of ops: 16
compiled vars: !0 = $obj, !1 = $parentClassString, !2 = $newObj
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
17 0 E > NEW $3 'Bar'
1 DO_FCALL 0
2 ASSIGN !0, $3
18 3 INIT_METHOD_CALL !0, 'func'
4 DO_FCALL 0
20 5 INIT_FCALL 'get_parent_class'
6 SEND_VAR !0
7 DO_ICALL $7
8 ASSIGN !1, $7
21 9 FETCH_CLASS 0 $9 !1
10 NEW $10 $9
11 DO_FCALL 0
12 ASSIGN !2, $10
22 13 INIT_METHOD_CALL !2, 'func'
14 DO_FCALL 0
15 > RETURN 1
Class Foo:
Function func:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/VdWVE
function name: func
number of ops: 6
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
7 0 E > FETCH_STATIC_PROP_R unknown ~0 'a'
1 CONCAT ~1 'foo', ~0
2 FETCH_OBJ_R ~2 'b'
3 CONCAT ~3 ~1, ~2
4 ECHO ~3
5 > RETURN null
End of function func
End of class Foo.
Class Bar:
Function func:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/VdWVE
function name: func
number of ops: 6
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
14 0 E > FETCH_STATIC_PROP_R unknown ~0 'a'
1 CONCAT ~1 'bar', ~0
2 FETCH_OBJ_R ~2 'b'
3 CONCAT ~3 ~1, ~2
4 ECHO ~3
5 > RETURN null
End of function func
End of class Bar.
Generated using Vulcan Logic Dumper, using php 8.5.0