File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ object(OCILob)#%d (1) {
54
54
resource(%d) of type (oci8 descriptor)
55
55
}
56
56
57
- Warning: OCILob::writetemporary (): Invalid temporary lob type: %d in %s on line %d
57
+ Warning: OCILob::writeTemporary (): Invalid temporary lob type: %d in %s on line %d
58
58
bool(false)
59
59
int(6)
60
60
bool(true)
@@ -69,7 +69,7 @@ bool(false)
69
69
Warning: OCILob::import(): Can't open file %s in %s on line %d
70
70
bool(false)
71
71
72
- Warning: OCILob::savefile (): Can't open file %s in %s on line %d
72
+ Warning: OCILob::saveFile (): Can't open file %s in %s on line %d
73
73
bool(false)
74
74
OCILob::truncate(): Argument #1 ($length) must be greater than or equal to 0
75
75
Done
Original file line number Diff line number Diff line change 39
39
?>
40
40
--EXPECTF--
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