Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/npms1
function name: (null)
number of ops: 6
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
8 0 E > DECLARE_CLASS 'implementorrunnable'
16 1 NEW $0 'ImplementorRunnable'
2 DO_FCALL 0
3 INIT_METHOD_CALL $0, 'run'
4 DO_FCALL 0
5 > RETURN 1
Class Runnable:
Function run:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/npms1
function name: run
number of ops: 2
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
5 0 E > VERIFY_RETURN_TYPE
1 > RETURN null
End of function run
End of class Runnable.
Class ImplementorRunnable:
Function run:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 108) Position 1 = -2
filename: /in/npms1
function name: run
number of ops: 5
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
12 0 E > NEW $0 'Exception'
1 SEND_VAL_EX 'test'
2 DO_FCALL 0
3 > THROW 0 $0
13 4* > VERIFY_NEVER_TYPE
End of function run
End of class ImplementorRunnable.
Generated using Vulcan Logic Dumper, using php 8.5.0