Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Uj6gJ
function name: (null)
number of ops: 11
compiled vars: !0 = $a, !1 = $b
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
13 0 E > NEW $2 'A'
1 DO_FCALL 0
2 ASSIGN !0, $2
14 3 INIT_METHOD_CALL !0, 'me'
4 DO_FCALL 0
16 5 NEW $6 'B'
6 DO_FCALL 0
7 ASSIGN !1, $6
17 8 INIT_METHOD_CALL !1, 'me'
9 DO_FCALL 0
10 > RETURN 1
Class A:
Function me:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Uj6gJ
function name: me
number of ops: 5
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
5 0 E > INIT_FCALL 'var_dump'
1 FETCH_CLASS_NAME ~0
2 SEND_VAL ~0
3 DO_ICALL
6 4 > RETURN null
End of function me
End of class A.
Class B:
Function me:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Uj6gJ
function name: me
number of ops: 5
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
5 0 E > INIT_FCALL 'var_dump'
1 FETCH_CLASS_NAME ~0
2 SEND_VAL ~0
3 DO_ICALL
6 4 > RETURN null
End of function me
End of class B.
Generated using Vulcan Logic Dumper, using php 8.5.0