Skip to content

Commit ad95a62

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: Fix tests for method camel case change
2 parents d78693f + 51f1cac commit ad95a62

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ext/oci8/tests/coll_016.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ require __DIR__."/drop_type.inc";
4242
--EXPECTF--
4343
bool(true)
4444

45-
Warning: OCICollection::assignelem(): OCI-22165: given index [%d] must be in the range of %s to [0] in %s on line %d
45+
Warning: OCICollection::assignElem(): OCI-22165: given index [%d] must be in the range of %s to [0] in %s on line %d
4646
bool(false)
4747

48-
Warning: OCICollection::assignelem(): OCI-22165: given index [5000] must be in the range of %s to [0] in %s on line %d
48+
Warning: OCICollection::assignElem(): OCI-22165: given index [5000] must be in the range of %s to [0] in %s on line %d
4949
bool(false)
5050
bool(false)
5151
bool(false)

ext/oci8/tests/coll_019.phpt

+5-5
Original file line numberDiff line numberDiff line change
@@ -82,30 +82,30 @@ Test 0
8282
Notice: OCICollection::append(): Unknown or unsupported type of element: 113 in %s on line %d
8383
bool(false)
8484

85-
Notice: OCICollection::assignelem(): Unknown or unsupported type of element: 113 in %s on line %d
85+
Notice: OCICollection::assignElem(): Unknown or unsupported type of element: 113 in %s on line %d
8686
bool(false)
8787
bool(false)
8888
Test 1
8989

90-
Warning: OCICollection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
90+
Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
9191
bool(false)
9292
bool(false)
9393
Test 2
9494

95-
Warning: OCICollection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
95+
Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
9696
bool(false)
9797
bool(false)
9898
Test 3
9999

100-
Warning: OCICollection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
100+
Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
101101
bool(false)
102102
bool(false)
103103
Test 4
104104

105105
Warning: OCICollection::append(): OCI-01840: input value not long enough for date format in %s on line %d
106106
bool(false)
107107

108-
Warning: OCICollection::assignelem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
108+
Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s on line %d
109109
bool(false)
110110
bool(false)
111111
Done

0 commit comments

Comments
 (0)