Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/L97Z5
function name: (null)
number of ops: 3
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
8 0 E > DECLARE_CLASS 'foo'
16 1 DECLARE_CLASS 'bar'
22 2 > RETURN 1
Class ProcessorInterface:
Function __invoke:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/L97Z5
function name: __invoke
number of ops: 2
compiled vars: !0 = $record
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
5 0 E > RECV !0
1 > RETURN null
End of function __invoke
End of class ProcessorInterface.
Class Foo:
Function __invoke:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/L97Z5
function name: __invoke
number of ops: 8
compiled vars: !0 = $record
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
10 0 E > RECV !0
12 1 INIT_METHOD_CALL 'doInvoke'
2 SEND_VAR_EX !0
3 DO_FCALL 0 $1
4 VERIFY_RETURN_TYPE $1
5 > RETURN $1
13 6* VERIFY_RETURN_TYPE
7* > RETURN null
End of function __invoke
End of class Foo.
Class Bar:
Function __invoke:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/L97Z5
function name: __invoke
number of ops: 8
compiled vars: !0 = $record
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
18 0 E > RECV !0
20 1 INIT_METHOD_CALL 'doInvoke'
2 SEND_VAR_EX !0
3 DO_FCALL 0 $1
4 VERIFY_RETURN_TYPE $1
5 > RETURN $1
21 6* VERIFY_RETURN_TYPE
7* > RETURN null
End of function __invoke
End of class Bar.
Generated using Vulcan Logic Dumper, using php 8.5.0