File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ object(OCILob)#%d (1) {
56
56
resource(%d) of type (oci8 descriptor)
57
57
}
58
58
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
60
60
bool(false)
61
61
int(6)
62
62
bool(true)
@@ -71,7 +71,7 @@ bool(false)
71
71
Warning: OCILob::import(): Can't open file %s in %s on line %d
72
72
bool(false)
73
73
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
75
75
bool(false)
76
76
OCILob::truncate(): Argument #1 ($length) must be greater than or equal to 0
77
77
Done
Original file line number Diff line number Diff line change 39
39
?>
40
40
--EXPECT--
41
41
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
43
43
Test 2: Export
44
44
OCILob::export(): Argument #1 ($filename) must not contain any null bytes
You can’t perform that action at this time.
0 commit comments