Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Xe9Mh
function name: (null)
number of ops: 8
compiled vars: !0 = $r
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
24 0 E > INIT_FCALL 'arraytoobjectrecursive'
26 1 SEND_VAL <array>
24 2 DO_FCALL 0 $1
3 ASSIGN !0, $1
237 4 INIT_FCALL 'var_export'
5 SEND_VAR !0
6 DO_ICALL
7 > RETURN 1
Function isobject:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 3, Position 2 = 14
Branch analysis from position: 3
2 jumps found. (Code = 46) Position 1 = 5, Position 2 = 13
Branch analysis from position: 5
2 jumps found. (Code = 47) Position 1 = 8, Position 2 = 12
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
Branch analysis from position: 13
Branch analysis from position: 14
filename: /in/Xe9Mh
function name: isObject
number of ops: 16
compiled vars: !0 = $value
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > RECV !0
5 1 TYPE_CHECK 256 ~1 !0
2 > JMPNZ_EX ~1 ~1, ->14
6 3 > TYPE_CHECK 128 ~2 !0
4 > JMPZ_EX ~2 ~2, ->13
5 > COUNT ~3 !0
6 IS_EQUAL ~4 ~3, 0
7 > JMPNZ_EX ~4 ~4, ->12
8 > INIT_FCALL_BY_NAME 'isAssociativeArray'
9 SEND_VAR_EX !0
10 DO_FCALL 0 $5
11 BOOL ~4 $5
12 > BOOL ~2 ~4
13 > BOOL ~1 ~2
14 > > RETURN ~1
7 15* > RETURN null
End of function isobject
Function isassociativearray:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Xe9Mh
function name: isAssociativeArray
number of ops: 13
compiled vars: !0 = $arr
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
9 0 E > RECV !0
11 1 INIT_FCALL 'array_keys'
2 SEND_VAR !0
3 DO_ICALL $1
4 INIT_FCALL 'range'
5 SEND_VAL 0
6 COUNT ~2 !0
7 SUB ~3 ~2, 1
8 SEND_VAL ~3
9 DO_ICALL $4
10 IS_NOT_IDENTICAL ~5 $1, $4
11 > RETURN ~5
12 12* > RETURN null
End of function isassociativearray
Function arraytoobjectrecursive:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 125) Position 1 = 2, Position 2 = 10
Branch analysis from position: 2
2 jumps found. (Code = 126) Position 1 = 3, Position 2 = 10
Branch analysis from position: 3
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 9
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 9
Branch analysis from position: 10
2 jumps found. (Code = 43) Position 1 = 15, Position 2 = 18
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
filename: /in/Xe9Mh
function name: arrayToObjectRecursive
number of ops: 21
compiled vars: !0 = $array, !1 = $value
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
14 0 E > RECV !0
16 1 > FE_RESET_RW $2 !0, ->10
2 > > FE_FETCH_RW $2, !1, ->10
17 3 > TYPE_CHECK 128 !1
4 > JMPZ ~3, ->9
18 5 > INIT_FCALL_BY_NAME 'arrayToObjectRecursive'
6 SEND_VAR_EX !1
7 DO_FCALL 0 $4
8 ASSIGN !1, $4
16 9 > > JMP ->2
10 > FE_FREE $2
21 11 INIT_FCALL 'isobject'
12 SEND_VAR !0
13 DO_FCALL 0 $6
14 > JMPZ $6, ->18
15 > CAST 8 ~7 !0
16 QM_ASSIGN ~8 ~7
17 > JMP ->19
18 > QM_ASSIGN ~8 !0
19 > > RETURN ~8
22 20* > RETURN null
End of function arraytoobjectrecursive
Generated using Vulcan Logic Dumper, using php 8.0.0