Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/iOLga
function name: (null)
number of ops: 7
compiled vars: !0 = $test
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > NEW $1 'Test'
1 DO_FCALL 0
2 ASSIGN !0, $1
4 3 INIT_METHOD_CALL !0, 'detailAction'
4 SEND_VAL_EX 'test'
5 DO_FCALL 0
11 6 > RETURN 1
Class Test:
Function detailaction:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/iOLga
function name: detailAction
number of ops: 9
compiled vars: !0 = $request, !1 = $size, !2 = $params
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
7 0 E > RECV !0
1 RECV_INIT !1 null
2 RECV_INIT !2 null
9 3 INIT_FCALL 'var_dump'
4 SEND_VAR !0
5 SEND_VAR !1
6 SEND_VAR !2
7 DO_ICALL
10 8 > RETURN null
End of function detailaction
End of class Test.
Generated using Vulcan Logic Dumper, using php 8.0.0