diff options
Diffstat (limited to 'ext/oci8/tests/lob_042.phpt')
-rw-r--r-- | ext/oci8/tests/lob_042.phpt | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/ext/oci8/tests/lob_042.phpt b/ext/oci8/tests/lob_042.phpt index 4a90bcdc9b..4946caf850 100644 --- a/ext/oci8/tests/lob_042.phpt +++ b/ext/oci8/tests/lob_042.phpt @@ -42,7 +42,7 @@ require(dirname(__FILE__).'/drop_table.inc'); echo "Done\n"; ?> ---UEXPECTF-- +--EXPECTF-- object(OCI-Lob)#%d (1) { [u"descriptor"]=> resource(%d) of type (oci8 descriptor) @@ -69,30 +69,3 @@ bool(false) Warning: OCI-Lob::savefile(): Can't open file %s in %s on line %d bool(false) Done ---EXPECTF-- -object(OCI-Lob)#%d (1) { - ["descriptor"]=> - resource(%d) of type (oci8 descriptor) -} - -Warning: OCI-Lob::writetemporary(): Invalid temporary lob type: %d in %s on line %d -bool(false) -int(6) -bool(true) -bool(true) - -Warning: OCI-Lob::truncate(): Size must be less than or equal to the current LOB size in %s on line %d -bool(false) - -Warning: OCI-Lob::truncate(): Length must be greater than or equal to zero in %s on line %d -bool(false) - -Warning: OCI-Lob::read(): Offset must be less than size of the LOB in %s on line %d -bool(false) - -Warning: OCI-Lob::import(): Can't open file %s in %s on line %d -bool(false) - -Warning: OCI-Lob::savefile(): Can't open file %s in %s on line %d -bool(false) -Done |