Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/uAcba
function name: (null)
number of ops: 18
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
9 0 E > DECLARE_CLASS 'component'
13 1 DECLARE_CLASS 'formcontrol', 'component'
19 2 DECLARE_CLASS 'customformcontrol', 'formcontrol'
23 3 INIT_FCALL 'var_dump'
4 NEW $0 'FormControl'
5 DO_FCALL 0
6 INIT_METHOD_CALL $0, 'foo'
7 DO_FCALL 0 $2
8 SEND_VAR $2
9 DO_ICALL
24 10 INIT_FCALL 'var_dump'
11 NEW $4 'CustomFormControl'
12 DO_FCALL 0
13 INIT_METHOD_CALL $4, 'foo'
14 DO_FCALL 0 $6
15 SEND_VAR $6
16 DO_ICALL
17 > RETURN 1
Class SmartObject:
Function __call:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/uAcba
function name: __call
number of ops: 5
compiled vars: !0 = $name, !1 = $args
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
4 0 E > RECV !0
1 RECV !1
5 2 CONCAT ~2 'smart+', !0
3 > RETURN ~2
6 4* > RETURN null
End of function __call
End of class SmartObject.
Class Component: [no user functions]
Class FormControl:
Function __call:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/uAcba
function name: __call
number of ops: 6
compiled vars: !0 = $name, !1 = $args
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
14 0 E > RECV !0
1 RECV !1
15 2 CONCAT ~2 'control+', !0
3 > RETURN ~2
16 4* VERIFY_RETURN_TYPE
5* > RETURN null
End of function __call
End of class FormControl.
Class CustomFormControl: [no user functions]
Generated using Vulcan Logic Dumper, using php 8.0.0