Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/LJ2Pl
function name: (null)
number of ops: 17
compiled vars: !0 = $categories
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
15 0 E > NEW $1 'ChildCategory'
1 DO_FCALL 0
2 INIT_METHOD_CALL $1, 'getCategories'
3 SEND_VAL_EX 'xxx'
4 DO_FCALL 0 $3
5 ASSIGN !0, $3
16 6 INIT_FCALL 'var_dump'
7 SEND_VAR !0
8 DO_ICALL
18 9 INIT_STATIC_METHOD_CALL 'Category', 'getCategories'
10 SEND_VAL 'xxx'
11 DO_FCALL 0 $6
12 ASSIGN !0, $6
19 13 INIT_FCALL 'var_dump'
14 SEND_VAR !0
15 DO_ICALL
16 > RETURN 1
Class Category:
Function getcategories:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/LJ2Pl
function name: getCategories
number of ops: 3
compiled vars: !0 = $type
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
5 0 E > RECV !0
7 1 > RETURN <array>
8 2* > RETURN null
End of function getcategories
End of class Category.
Class ChildCategory:
Function getcategories:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/LJ2Pl
function name: getCategories
number of ops: 3
compiled vars: !0 = $type
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
5 0 E > RECV !0
7 1 > RETURN <array>
8 2* > RETURN null
End of function getcategories
End of class ChildCategory.
Generated using Vulcan Logic Dumper, using php 8.0.0