Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/eCVbH
function name: (null)
number of ops: 7
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > DECLARE_CONST 'SOME_DEFAULT', 1
20 1 INIT_FCALL 'dbquery'
21 2 SEND_VAL 'foo'
3 SEND_VAL <array>
4 CHECK_UNDEF_ARGS
20 5 DO_FCALL 0
22 6 > RETURN 1
Function validateparams:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/eCVbH
function name: validateParams
number of ops: 5
compiled vars: !0 = $params
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
5 0 E > RECV_VARIADIC !0
6 1 INIT_FCALL 'var_dump'
2 SEND_VAR !0
3 DO_ICALL
7 4 > RETURN null
End of function validateparams
Function dbquery:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/eCVbH
function name: dbQuery
number of ops: 17
compiled vars: !0 = $query, !1 = $flag1, !2 = $flag2, !3 = $flag3, !4 = $params
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
9 0 E > RECV !0
1 RECV_INIT !1 <false>
2 RECV_INIT !2 <const ast>
3 RECV_INIT !3 <false>
4 RECV_INIT !4 <array>
10 5 INIT_FCALL 'validateparams'
6 SEND_UNPACK !4
7 CHECK_UNDEF_ARGS
8 DO_FCALL 1
11 9 INIT_FCALL 'var_dump'
12 10 SEND_VAR !0
13 11 SEND_VAR !1
14 12 SEND_VAR !2
15 13 SEND_VAR !3
16 14 SEND_VAR !4
11 15 DO_ICALL
18 16 > RETURN null
End of function dbquery
Generated using Vulcan Logic Dumper, using php 8.0.0