1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

add Unicode EXPECT tags

This commit is contained in:
Antony Dovgal
2006-07-10 20:48:04 +00:00
parent 8dd4e2692c
commit 93ae33c8a4
42 changed files with 1128 additions and 0 deletions

View File

@@ -75,3 +75,20 @@ array(5) {
string(9) "05-NOV-05"
}
Done
--UEXPECTF--
Warning: oci_bind_array_by_name(): Maximum array length must be greater than zero in %s on line %d
Warning: oci_execute(): ORA-01008: not all variables bound in %s on line %d
array(5) {
[0]=>
unicode(9) "06-DEC-05"
[1]=>
unicode(9) "10-DEC-80"
[2]=>
unicode(9) "21-AUG-91"
[3]=>
unicode(9) "26-OCT-17"
[4]=>
unicode(9) "05-NOV-05"
}
Done

View File

@@ -36,3 +36,7 @@ echo "Done\n";
string(32) "da852396d08c9ef9fbdf914db1d6d5bb"
int(276)
Done
--UEXPECTF--
unicode(32) "da852396d08c9ef9fbdf914db1d6d5bb"
int(276)
Done

View File

@@ -36,3 +36,7 @@ echo "Done\n";
string(32) "614fcbba1effb7caa27ef0ef25c27fcf"
int(2523)
Done
--UEXPECTF--
unicode(32) "614fcbba1effb7caa27ef0ef25c27fcf"
int(2523)
Done

View File

@@ -37,3 +37,7 @@ echo "Done\n";
string(32) "88b274d7a257ac6f70435b83abd4e26e"
int(300)
Done
--UEXPECTF--
unicode(32) "88b274d7a257ac6f70435b83abd4e26e"
int(300)
Done

View File

@@ -25,3 +25,12 @@ object(OCI-Collection)#%d (1) {
Warning: oci_new_collection(): OCI-22303: type ""."NONEXISTENT" not found in %s on line %d
bool(false)
Done
--UEXPECTF--
object(OCI-Collection)#%d (1) {
[u"collection"]=>
resource(%d) of type (oci8 collection)
}
Warning: oci_new_collection(): OCI-22303: type ""."NONEXISTENT" not found in %s on line %d
bool(false)
Done

View File

@@ -28,3 +28,13 @@ bool(true)
Warning: OCI-Collection::size(): %d is not a valid oci8 collection resource in %s on line %d
bool(false)
Done
--UEXPECTF--
object(OCI-Collection)#%d (1) {
[u"collection"]=>
resource(%d) of type (oci8 collection)
}
bool(true)
Warning: OCI-Collection::size(): %d is not a valid oci8 collection resource in %s on line %d
bool(false)
Done

View File

@@ -28,3 +28,13 @@ bool(true)
Warning: oci_collection_size(): %d is not a valid oci8 collection resource in %s on line %d
bool(false)
Done
--UEXPECTF--
object(OCI-Collection)#%d (1) {
[u"collection"]=>
resource(%d) of type (oci8 collection)
}
bool(true)
Warning: oci_collection_size(): %d is not a valid oci8 collection resource in %s on line %d
bool(false)
Done

View File

@@ -25,3 +25,12 @@ object(OCI-Collection)#%d (1) {
Warning: ocinewcollection(): OCI-22303: type ""."NONEXISTENT" not found in %s on line %d
bool(false)
Done
--UEXPECTF--
object(OCI-Collection)#%d (1) {
[u"collection"]=>
resource(%d) of type (oci8 collection)
}
Warning: ocinewcollection(): OCI-22303: type ""."NONEXISTENT" not found in %s on line %d
bool(false)
Done

View File

@@ -28,3 +28,13 @@ bool(true)
Warning: OCI-Collection::size(): %d is not a valid oci8 collection resource in %s on line %d
bool(false)
Done
--UEXPECTF--
object(OCI-Collection)#%d (1) {
[u"collection"]=>
resource(%d) of type (oci8 collection)
}
bool(true)
Warning: OCI-Collection::size(): %d is not a valid oci8 collection resource in %s on line %d
bool(false)
Done

View File

@@ -28,3 +28,13 @@ bool(true)
Warning: oci_collection_size(): %d is not a valid oci8 collection resource in %s on line %d
bool(false)
Done
--UEXPECTF--
object(OCI-Collection)#%d (1) {
[u"collection"]=>
resource(%d) of type (oci8 collection)
}
bool(true)
Warning: oci_collection_size(): %d is not a valid oci8 collection resource in %s on line %d
bool(false)
Done

View File

@@ -146,3 +146,83 @@ array(5) {
}
}
Done
--UEXPECTF--
bool(true)
int(0)
array(5) {
[u"ID"]=>
array(0) {
}
[u"VALUE"]=>
array(0) {
}
[u"BLOB"]=>
array(0) {
}
[u"CLOB"]=>
array(0) {
}
[u"STRING"]=>
array(0) {
}
}
bool(true)
int(4)
array(5) {
[u"ID"]=>
array(4) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
[2]=>
string(1) "1"
[3]=>
string(1) "1"
}
[u"VALUE"]=>
array(4) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
[2]=>
string(1) "1"
[3]=>
string(1) "1"
}
[u"BLOB"]=>
array(4) {
[0]=>
NULL
[1]=>
NULL
[2]=>
NULL
[3]=>
NULL
}
[u"CLOB"]=>
array(4) {
[0]=>
NULL
[1]=>
NULL
[2]=>
NULL
[3]=>
NULL
}
[u"STRING"]=>
array(4) {
[0]=>
NULL
[1]=>
NULL
[2]=>
NULL
[3]=>
NULL
}
}
Done

View File

@@ -144,3 +144,83 @@ array(5) {
}
}
Done
--UEXPECTF--
bool(true)
int(0)
array(5) {
[u"ID"]=>
array(0) {
}
[u"VALUE"]=>
array(0) {
}
[u"BLOB"]=>
array(0) {
}
[u"CLOB"]=>
array(0) {
}
[u"STRING"]=>
array(0) {
}
}
bool(true)
int(4)
array(5) {
[u"ID"]=>
array(4) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
[2]=>
string(1) "1"
[3]=>
string(1) "1"
}
[u"VALUE"]=>
array(4) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
[2]=>
string(1) "1"
[3]=>
string(1) "1"
}
[u"BLOB"]=>
array(4) {
[0]=>
NULL
[1]=>
NULL
[2]=>
NULL
[3]=>
NULL
}
[u"CLOB"]=>
array(4) {
[0]=>
NULL
[1]=>
NULL
[2]=>
NULL
[3]=>
NULL
}
[u"STRING"]=>
array(4) {
[0]=>
NULL
[1]=>
NULL
[2]=>
NULL
[3]=>
NULL
}
}
Done

View File

@@ -63,3 +63,22 @@ Warning: oci_fetch_assoc(): ORA-01002: fetch out of sequence in %s on line %d
bool(false)
bool(true)
Done
--UEXPECTF--
array(5) {
[u"ID"]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[u"BLOB"]=>
NULL
[u"CLOB"]=>
NULL
[u"STRING"]=>
NULL
}
bool(true)
Warning: oci_fetch_assoc(): ORA-01002: fetch out of sequence in %s on line %d
bool(false)
bool(true)
Done

View File

@@ -62,3 +62,21 @@ array(2) {
}
bool(true)
Done
--UEXPECTF--
array(2) {
[u"ID"]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
}
bool(true)
Warning: ocifetchinto(): ORA-01002: fetch out of sequence in %s on line %d
array(2) {
[u"ID"]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
}
bool(true)
Done

View File

@@ -47,3 +47,12 @@ array(1) {
}
}
Done
--UEXPECTF--
array(1) {
[u"BLOB"]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
}
Done

View File

@@ -38,3 +38,20 @@ array(4) {
string(12) "WRONG SYNTAX"
}
Done
--UEXPECTF--
resource(%d) of type (oci8 connection)
resource(%d) of type (oci8 statement)
Warning: oci_execute(): ORA-00900: invalid SQL statement in %s on line %d
bool(false)
array(4) {
[u"code"]=>
int(900)
[u"message"]=>
string(32) "ORA-00900: invalid SQL statement"
[u"offset"]=>
int(0)
[u"sqltext"]=>
string(12) "WRONG SYNTAX"
}
Done

View File

@@ -25,3 +25,17 @@ array(4) {
string(0) ""
}
Done
--UEXPECTF--
Warning: oci_connect(): ORA-12154: TNS:could not resolve service name in %s on line %d
bool(false)
array(4) {
[u"code"]=>
int(12154)
[u"message"]=>
string(45) "ORA-12154: TNS:could not resolve service name"
[u"offset"]=>
int(0)
[u"sqltext"]=>
string(0) ""
}
Done

View File

@@ -38,3 +38,20 @@ array(4) {
string(12) "WRONG SYNTAX"
}
Done
--UEXPECTF--
resource(%d) of type (oci8 connection)
resource(%d) of type (oci8 statement)
Warning: ociexecute(): ORA-00900: invalid SQL statement in %s on line %d
bool(false)
array(4) {
[u"code"]=>
int(900)
[u"message"]=>
string(32) "ORA-00900: invalid SQL statement"
[u"offset"]=>
int(0)
[u"sqltext"]=>
string(12) "WRONG SYNTAX"
}
Done

View File

@@ -147,3 +147,101 @@ array(5) {
}
}
Done
--UEXPECT--
int(3)
array(5) {
[u"ID"]=>
array(3) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
[2]=>
string(1) "1"
}
[u"VALUE"]=>
array(3) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
[2]=>
string(1) "1"
}
[u"BLOB"]=>
array(3) {
[0]=>
NULL
[1]=>
NULL
[2]=>
NULL
}
[u"CLOB"]=>
array(3) {
[0]=>
NULL
[1]=>
NULL
[2]=>
NULL
}
[u"STRING"]=>
array(3) {
[0]=>
NULL
[1]=>
NULL
[2]=>
NULL
}
}
int(3)
array(5) {
[u"ID"]=>
array(3) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
[2]=>
string(1) "1"
}
[u"VALUE"]=>
array(3) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
[2]=>
string(1) "1"
}
[u"BLOB"]=>
array(3) {
[0]=>
NULL
[1]=>
NULL
[2]=>
NULL
}
[u"CLOB"]=>
array(3) {
[0]=>
NULL
[1]=>
NULL
[2]=>
NULL
}
[u"STRING"]=>
array(3) {
[0]=>
NULL
[1]=>
NULL
[2]=>
NULL
}
}
Done

View File

@@ -306,3 +306,233 @@ array(10) {
NULL
}
Done
--UEXPECT--
array(10) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[2]=>
NULL
[u"BLOB"]=>
NULL
[3]=>
NULL
[u"CLOB"]=>
NULL
[4]=>
NULL
[u"STRING"]=>
NULL
}
array(10) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[2]=>
NULL
[u"BLOB"]=>
NULL
[3]=>
NULL
[u"CLOB"]=>
NULL
[4]=>
NULL
[u"STRING"]=>
NULL
}
array(10) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[2]=>
NULL
[u"BLOB"]=>
NULL
[3]=>
NULL
[u"CLOB"]=>
NULL
[4]=>
NULL
[u"STRING"]=>
NULL
}
array(2) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
}
array(2) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
}
array(2) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
}
array(2) {
[u"ID"]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
}
array(2) {
[u"ID"]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
}
array(2) {
[u"ID"]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
}
array(4) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
}
array(4) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
}
array(4) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
}
array(4) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
}
array(4) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
}
array(4) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
}
array(10) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[2]=>
NULL
[u"BLOB"]=>
NULL
[3]=>
NULL
[u"CLOB"]=>
NULL
[4]=>
NULL
[u"STRING"]=>
NULL
}
array(10) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[2]=>
NULL
[u"BLOB"]=>
NULL
[3]=>
NULL
[u"CLOB"]=>
NULL
[4]=>
NULL
[u"STRING"]=>
NULL
}
array(10) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[2]=>
NULL
[u"BLOB"]=>
NULL
[3]=>
NULL
[u"CLOB"]=>
NULL
[4]=>
NULL
[u"STRING"]=>
NULL
}
Done

View File

@@ -80,3 +80,41 @@ array(5) {
NULL
}
Done
--UEXPECT--
array(5) {
[u"ID"]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[u"BLOB"]=>
NULL
[u"CLOB"]=>
NULL
[u"STRING"]=>
NULL
}
array(5) {
[u"ID"]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[u"BLOB"]=>
NULL
[u"CLOB"]=>
NULL
[u"STRING"]=>
NULL
}
array(5) {
[u"ID"]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[u"BLOB"]=>
NULL
[u"CLOB"]=>
NULL
[u"STRING"]=>
NULL
}
Done

View File

@@ -80,3 +80,35 @@ array(10) {
NULL
}
Done
--UEXPECT--
int(5)
array(2) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
}
int(5)
array(10) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[2]=>
NULL
[u"BLOB"]=>
NULL
[3]=>
NULL
[u"CLOB"]=>
NULL
[4]=>
NULL
[u"STRING"]=>
NULL
}
Done

View File

@@ -190,3 +190,135 @@ array(5) {
NULL
}
Done
--UEXPECT--
int(5)
array(2) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
}
int(5)
array(2) {
[u"ID"]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
}
int(5)
array(5) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
[2]=>
NULL
[3]=>
NULL
[4]=>
NULL
}
int(5)
array(2) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
}
int(5)
array(4) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
}
int(5)
array(10) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[2]=>
NULL
[u"BLOB"]=>
NULL
[3]=>
NULL
[u"CLOB"]=>
NULL
[4]=>
NULL
[u"STRING"]=>
NULL
}
int(5)
array(10) {
[0]=>
string(1) "1"
[u"ID"]=>
string(1) "1"
[1]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[2]=>
NULL
[u"BLOB"]=>
NULL
[3]=>
NULL
[u"CLOB"]=>
NULL
[4]=>
NULL
[u"STRING"]=>
NULL
}
int(5)
array(5) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
[2]=>
NULL
[3]=>
NULL
[4]=>
NULL
}
int(5)
array(5) {
[u"ID"]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[u"BLOB"]=>
NULL
[u"CLOB"]=>
NULL
[u"STRING"]=>
NULL
}
int(5)
array(5) {
[0]=>
string(1) "1"
[1]=>
string(1) "1"
[2]=>
NULL
[3]=>
NULL
[4]=>
NULL
}
Done

View File

@@ -80,3 +80,41 @@ object(stdClass)#%d (5) {
NULL
}
Done
--UEXPECTF--
object(stdClass)#%d (5) {
[u"ID"]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[u"BLOB"]=>
NULL
[u"CLOB"]=>
NULL
[u"STRING"]=>
NULL
}
object(stdClass)#%d (5) {
[u"ID"]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[u"BLOB"]=>
NULL
[u"CLOB"]=>
NULL
[u"STRING"]=>
NULL
}
object(stdClass)#%d (5) {
[u"ID"]=>
string(1) "1"
[u"VALUE"]=>
string(1) "1"
[u"BLOB"]=>
NULL
[u"CLOB"]=>
NULL
[u"STRING"]=>
NULL
}
Done

Binary file not shown.

View File

@@ -64,3 +64,21 @@ NULL
bool(false)
int(40004)
Done
--UEXPECTF--
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
int(0)
Warning: OCI-Lob::write() expects parameter 2 to be long, Unicode string given in %s on line %d
NULL
int(4)
int(40000)
int(40004)
Warning: OCI-Lob::seek() expects parameter 1 to be long, Unicode string given in %s on line %d
NULL
bool(false)
int(40004)
Done

Binary file not shown.

View File

@@ -78,3 +78,28 @@ bool(true)
string(4) "strt"
string(8) "strtstrt"
Done
--UEXPECTF--
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
int(4)
bool(true)
int(3)
bool(true)
array(2) {
[0]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
[u"BLOB"]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
}
bool(true)
string(4) "strt"
string(8) "strtstrt"
Done

View File

@@ -50,3 +50,18 @@ array(2) {
}
bool(true)
Done
--UEXPECTF--
array(2) {
[0]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
[u"BLOB"]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
}
bool(true)
Done

Binary file not shown.

View File

@@ -64,3 +64,26 @@ array(2) {
int(7000)
int(7000)
Done
--UEXPECTF--
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
int(0)
int(7000)
int(7000)
array(2) {
[0]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
[u"BLOB"]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
}
int(7000)
int(7000)
Done

View File

@@ -63,3 +63,23 @@ array(2) {
}
int(7000)
Done
--UEXPECTF--
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
int(7000)
array(2) {
[0]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
[u"BLOB"]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
}
int(7000)
Done

View File

@@ -67,3 +67,30 @@ file for
test lob_009.phpt
"
Done
--UEXPECTF--
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
bool(true)
bool(true)
array(2) {
[0]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
[u"BLOB"]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
}
string(43) "this
is
a
test
file for
test lob_009.phpt
"
Done

View File

@@ -76,3 +76,14 @@ array(2) {
string(32) "some string here. string, I said"
}
Done
--UEXPECT--
int(32)
bool(true)
string(32) "some string here. string, I said"
array(2) {
[0]=>
string(32) "some string here. string, I said"
[u"BLOB"]=>
string(32) "some string here. string, I said"
}
Done

View File

@@ -51,3 +51,20 @@ object(OCI-Lob)#%d (1) {
resource(%d) of type (oci8 descriptor)
}
Done
--UEXPECTF--
Warning: oci_new_descriptor() expects at most 2 parameters, 5 given in %s on line %d
Warning: oci_bind_by_name() expects at most 5 parameters, 6 given in %s on line %d
Warning: oci_bind_by_name() expects at most 5 parameters, 7 given in %s on line %d
Warning: oci_bind_by_name() expects at least 3 parameters, 2 given in %s on line %d
Warning: oci_bind_by_name() expects at least 3 parameters, 1 given in %s on line %d
Warning: oci_execute(): ORA-00932: inconsistent datatypes: expected NUMBER got BLOB in %s on line %d
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
Done

View File

@@ -65,3 +65,19 @@ array(2) {
string(5) "first"
string(6) "second"
Done
--UEXPECTF--
array(2) {
[u"LOB_1"]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
[u"LOB_2"]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
}
string(5) "first"
string(6) "second"
Done

View File

@@ -67,3 +67,19 @@ array(2) {
string(5) "first"
string(6) "second"
Done
--UEXPECTF--
array(2) {
[u"LOB_1"]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
[u"LOB_2"]=>
object(OCI-Lob)#%d (1) {
[u"descriptor"]=>
resource(%d) of type (oci8 descriptor)
}
}
string(5) "first"
string(6) "second"
Done

Binary file not shown.

Binary file not shown.

View File

@@ -23,3 +23,12 @@ Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
Warning: oci_connect() expects parameter 5 to be long, string given in %s on line %d
Done
--UEXPECTF--
Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able to connect as SYSOPER or SYSDBA in %s on line %d
Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able to connect as SYSOPER or SYSDBA in %s on line %d
Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
Warning: oci_connect() expects parameter 5 to be long, Unicode string given in %s on line %d
Done

View File

@@ -23,3 +23,11 @@ array(2) {
NULL
}
Done
--UEXPECT--
array(2) {
[0]=>
NULL
[u"NULL"]=>
NULL
}
Done

View File

@@ -33,3 +33,17 @@ array(2) {
string(1) "4"
}
Done
--UEXPECTF--
array(2) {
[0]=>
string(1) "4"
[u"1+3"]=>
string(1) "4"
}
array(2) {
[0]=>
string(1) "4"
[u"1+3"]=>
string(1) "4"
}
Done