File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ require __DIR__."/drop_type.inc";
40
40
--EXPECTF--
41
41
bool(true)
42
42
43
- Warning: OCICollection::assignelem (): OCI-22165: given index [%d] must be in the range of %s to [0] in %s on line %d
43
+ Warning: OCICollection::assignElem (): OCI-22165: given index [%d] must be in the range of %s to [0] in %s on line %d
44
44
bool(false)
45
45
46
- Warning: OCICollection::assignelem (): OCI-22165: given index [5000] must be in the range of %s to [0] in %s on line %d
46
+ Warning: OCICollection::assignElem (): OCI-22165: given index [5000] must be in the range of %s to [0] in %s on line %d
47
47
bool(false)
48
48
bool(false)
49
49
bool(false)
Original file line number Diff line number Diff line change @@ -78,30 +78,30 @@ Test 0
78
78
Notice: OCICollection::append(): Unknown or unsupported type of element: 113 in %s on line %d
79
79
bool(false)
80
80
81
- Notice: OCICollection::assignelem (): Unknown or unsupported type of element: 113 in %s on line %d
81
+ Notice: OCICollection::assignElem (): Unknown or unsupported type of element: 113 in %s on line %d
82
82
bool(false)
83
83
bool(false)
84
84
Test 1
85
85
86
- Warning: OCICollection::assignelem (): OCI-22165: given index [1] must be in the range of %s in %s on line %d
86
+ Warning: OCICollection::assignElem (): OCI-22165: given index [1] must be in the range of %s in %s on line %d
87
87
bool(false)
88
88
bool(false)
89
89
Test 2
90
90
91
- Warning: OCICollection::assignelem (): OCI-22165: given index [1] must be in the range of %s in %s on line %d
91
+ Warning: OCICollection::assignElem (): OCI-22165: given index [1] must be in the range of %s in %s on line %d
92
92
bool(false)
93
93
bool(false)
94
94
Test 3
95
95
96
- Warning: OCICollection::assignelem (): OCI-22165: given index [1] must be in the range of %s in %s on line %d
96
+ Warning: OCICollection::assignElem (): OCI-22165: given index [1] must be in the range of %s in %s on line %d
97
97
bool(false)
98
98
bool(false)
99
99
Test 4
100
100
101
101
Warning: OCICollection::append(): OCI-01840: input value not long enough for date format in %s on line %d
102
102
bool(false)
103
103
104
- Warning: OCICollection::assignelem (): OCI-22165: given index [1] must be in the range of %s in %s on line %d
104
+ Warning: OCICollection::assignElem (): OCI-22165: given index [1] must be in the range of %s in %s on line %d
105
105
bool(false)
106
106
bool(false)
107
107
Done
You can’t perform that action at this time.
0 commit comments