Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/iEAiM
function name: (null)
number of ops: 12
compiled vars: !0 = $soc, !1 = $test
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
25 0 E > NEW $2 'SomeOtherClass'
1 DO_FCALL 0
2 ASSIGN !0, $2
26 3 NEW $5 'MyClass'
4 INIT_METHOD_CALL !0, 'func'
5 ZEND_CALLABLE_CONVERT ~6
6 SEND_VAL_EX ~6
7 DO_FCALL 0
8 ASSIGN !1, $5
27 9 INIT_METHOD_CALL !1, 'runClosure'
10 DO_FCALL 0
11 > RETURN 1
Class MyClass:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/iEAiM
function name: __construct
number of ops: 7
compiled vars: !0 = $modifier
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
7 0 E > RECV !0
8 1 INIT_STATIC_METHOD_CALL 'Closure', 'fromCallable'
2 SEND_VAR !0
3 DO_FCALL 0 $2
4 ASSIGN_OBJ 'modifier'
5 OP_DATA $2
9 6 > RETURN null
End of function __construct
Function runclosure:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/iEAiM
function name: runClosure
number of ops: 7
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
13 0 E > INIT_FCALL 'var_dump'
1 FETCH_OBJ_R ~0 'modifier'
2 INIT_DYNAMIC_CALL ~0
3 DO_FCALL 0 $1
4 SEND_VAR $1
5 DO_ICALL
14 6 > RETURN null
End of function runclosure
End of class MyClass.
Class SomeOtherClass:
Function func:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/iEAiM
function name: func
number of ops: 2
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
21 0 E > > RETURN <array>
22 1* > RETURN null
End of function func
End of class SomeOtherClass.
Generated using Vulcan Logic Dumper, using php 8.0.0