Skip to content

Commit 13d95a6

Browse files
committed
Merge branch 'PHP-8.1'
* PHP-8.1: Fix tests for method camel case change
2 parents c4269ba + be56630 commit 13d95a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/oci8/tests/lob_042.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ object(OCILob)#%d (1) {
5656
resource(%d) of type (oci8 descriptor)
5757
}
5858

59-
Warning: OCILob::writetemporary(): Invalid temporary lob type: %d in %s on line %d
59+
Warning: OCILob::writeTemporary(): Invalid temporary lob type: %d in %s on line %d
6060
bool(false)
6161
int(6)
6262
bool(true)
@@ -71,7 +71,7 @@ bool(false)
7171
Warning: OCILob::import(): Can't open file %s in %s on line %d
7272
bool(false)
7373

74-
Warning: OCILob::savefile(): Can't open file %s in %s on line %d
74+
Warning: OCILob::saveFile(): Can't open file %s in %s on line %d
7575
bool(false)
7676
OCILob::truncate(): Argument #1 ($length) must be greater than or equal to 0
7777
Done

ext/oci8/tests/null_byte_1.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ try {
3939
?>
4040
--EXPECT--
4141
Test 1: Import
42-
OCILob::savefile(): Argument #1 ($filename) must not contain any null bytes
42+
OCILob::saveFile(): Argument #1 ($filename) must not contain any null bytes
4343
Test 2: Export
4444
OCILob::export(): Argument #1 ($filename) must not contain any null bytes

0 commit comments

Comments
 (0)