tony2001 Mon Jul 10 20:48:04 2006 UTC Modified files: /php-src/ext/oci8/tests array_bind_002.phpt bind_long.phpt bind_long_raw.phpt bind_raw.phpt coll_001.phpt coll_002_func.phpt coll_002.phpt coll_005.phpt coll_006_func.phpt coll_006.phpt commit_old.phpt commit.phpt cursors_old.phpt cursors.phpt descriptors.phpt error1.phpt error_old.phpt error.phpt fetch_all.phpt fetch_array.phpt fetch_assoc.phpt fetch_into1.phpt fetch_into.phpt fetch_object.phpt lob_001.phpt lob_002.phpt lob_003.phpt lob_004.phpt lob_005.phpt lob_006.phpt lob_007.phpt lob_008.phpt lob_009.phpt lob_011.phpt lob_015.phpt lob_016.phpt lob_017.phpt lob_019.phpt lob_020.phpt privileged_connect.phpt select_null.phpt statement_cache.phpt Log: add Unicode EXPECT tags
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/array_bind_002.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/oci8/tests/array_bind_002.phpt diff -u php-src/ext/oci8/tests/array_bind_002.phpt:1.2 php-src/ext/oci8/tests/array_bind_002.phpt:1.3 --- php-src/ext/oci8/tests/array_bind_002.phpt:1.2 Thu Dec 8 22:31:55 2005 +++ php-src/ext/oci8/tests/array_bind_002.phpt Mon Jul 10 20:48:04 2006 @@ -75,3 +75,20 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/bind_long.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/bind_long.phpt diff -u php-src/ext/oci8/tests/bind_long.phpt:1.3 php-src/ext/oci8/tests/bind_long.phpt:1.4 --- php-src/ext/oci8/tests/bind_long.phpt:1.3 Tue May 30 21:54:17 2006 +++ php-src/ext/oci8/tests/bind_long.phpt Mon Jul 10 20:48:04 2006 @@ -36,3 +36,7 @@ string(32) "da852396d08c9ef9fbdf914db1d6d5bb" int(276) Done +--UEXPECTF-- +unicode(32) "da852396d08c9ef9fbdf914db1d6d5bb" +int(276) +Done http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/bind_long_raw.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/oci8/tests/bind_long_raw.phpt diff -u php-src/ext/oci8/tests/bind_long_raw.phpt:1.2 php-src/ext/oci8/tests/bind_long_raw.phpt:1.3 --- php-src/ext/oci8/tests/bind_long_raw.phpt:1.2 Wed Apr 12 19:22:12 2006 +++ php-src/ext/oci8/tests/bind_long_raw.phpt Mon Jul 10 20:48:04 2006 @@ -36,3 +36,7 @@ string(32) "614fcbba1effb7caa27ef0ef25c27fcf" int(2523) Done +--UEXPECTF-- +unicode(32) "614fcbba1effb7caa27ef0ef25c27fcf" +int(2523) +Done http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/bind_raw.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/oci8/tests/bind_raw.phpt diff -u php-src/ext/oci8/tests/bind_raw.phpt:1.2 php-src/ext/oci8/tests/bind_raw.phpt:1.3 --- php-src/ext/oci8/tests/bind_raw.phpt:1.2 Wed Apr 12 19:22:12 2006 +++ php-src/ext/oci8/tests/bind_raw.phpt Mon Jul 10 20:48:04 2006 @@ -37,3 +37,7 @@ string(32) "88b274d7a257ac6f70435b83abd4e26e" int(300) Done +--UEXPECTF-- +unicode(32) "88b274d7a257ac6f70435b83abd4e26e" +int(300) +Done http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/coll_001.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/coll_001.phpt diff -u php-src/ext/oci8/tests/coll_001.phpt:1.3 php-src/ext/oci8/tests/coll_001.phpt:1.4 --- php-src/ext/oci8/tests/coll_001.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/coll_001.phpt Mon Jul 10 20:48:04 2006 @@ -25,3 +25,12 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/coll_002_func.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/coll_002_func.phpt diff -u php-src/ext/oci8/tests/coll_002_func.phpt:1.3 php-src/ext/oci8/tests/coll_002_func.phpt:1.4 --- php-src/ext/oci8/tests/coll_002_func.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/coll_002_func.phpt Mon Jul 10 20:48:04 2006 @@ -28,3 +28,13 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/coll_002.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/coll_002.phpt diff -u php-src/ext/oci8/tests/coll_002.phpt:1.3 php-src/ext/oci8/tests/coll_002.phpt:1.4 --- php-src/ext/oci8/tests/coll_002.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/coll_002.phpt Mon Jul 10 20:48:04 2006 @@ -28,3 +28,13 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/coll_005.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/coll_005.phpt diff -u php-src/ext/oci8/tests/coll_005.phpt:1.3 php-src/ext/oci8/tests/coll_005.phpt:1.4 --- php-src/ext/oci8/tests/coll_005.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/coll_005.phpt Mon Jul 10 20:48:04 2006 @@ -25,3 +25,12 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/coll_006_func.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/coll_006_func.phpt diff -u php-src/ext/oci8/tests/coll_006_func.phpt:1.3 php-src/ext/oci8/tests/coll_006_func.phpt:1.4 --- php-src/ext/oci8/tests/coll_006_func.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/coll_006_func.phpt Mon Jul 10 20:48:04 2006 @@ -28,3 +28,13 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/coll_006.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/coll_006.phpt diff -u php-src/ext/oci8/tests/coll_006.phpt:1.3 php-src/ext/oci8/tests/coll_006.phpt:1.4 --- php-src/ext/oci8/tests/coll_006.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/coll_006.phpt Mon Jul 10 20:48:04 2006 @@ -28,3 +28,13 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/commit_old.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/commit_old.phpt diff -u php-src/ext/oci8/tests/commit_old.phpt:1.3 php-src/ext/oci8/tests/commit_old.phpt:1.4 --- php-src/ext/oci8/tests/commit_old.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/commit_old.phpt Mon Jul 10 20:48:04 2006 @@ -144,3 +144,83 @@ } } 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/commit.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/commit.phpt diff -u php-src/ext/oci8/tests/commit.phpt:1.3 php-src/ext/oci8/tests/commit.phpt:1.4 --- php-src/ext/oci8/tests/commit.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/commit.phpt Mon Jul 10 20:48:04 2006 @@ -146,3 +146,83 @@ } } 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/cursors_old.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/cursors_old.phpt diff -u php-src/ext/oci8/tests/cursors_old.phpt:1.3 php-src/ext/oci8/tests/cursors_old.phpt:1.4 --- php-src/ext/oci8/tests/cursors_old.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/cursors_old.phpt Mon Jul 10 20:48:04 2006 @@ -62,3 +62,21 @@ } 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/cursors.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/oci8/tests/cursors.phpt diff -u php-src/ext/oci8/tests/cursors.phpt:1.4 php-src/ext/oci8/tests/cursors.phpt:1.5 --- php-src/ext/oci8/tests/cursors.phpt:1.4 Tue Mar 28 09:13:35 2006 +++ php-src/ext/oci8/tests/cursors.phpt Mon Jul 10 20:48:04 2006 @@ -63,3 +63,22 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/descriptors.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/oci8/tests/descriptors.phpt diff -u php-src/ext/oci8/tests/descriptors.phpt:1.1 php-src/ext/oci8/tests/descriptors.phpt:1.2 --- php-src/ext/oci8/tests/descriptors.phpt:1.1 Thu Jan 5 13:40:10 2006 +++ php-src/ext/oci8/tests/descriptors.phpt Mon Jul 10 20:48:04 2006 @@ -47,3 +47,12 @@ } } Done +--UEXPECTF-- +array(1) { + [u"BLOB"]=> + object(OCI-Lob)#%d (1) { + [u"descriptor"]=> + resource(%d) of type (oci8 descriptor) + } +} +Done http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/error1.phpt?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/oci8/tests/error1.phpt diff -u php-src/ext/oci8/tests/error1.phpt:1.5 php-src/ext/oci8/tests/error1.phpt:1.6 --- php-src/ext/oci8/tests/error1.phpt:1.5 Tue May 30 22:37:08 2006 +++ php-src/ext/oci8/tests/error1.phpt Mon Jul 10 20:48:04 2006 @@ -25,3 +25,17 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/error_old.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/error_old.phpt diff -u php-src/ext/oci8/tests/error_old.phpt:1.3 php-src/ext/oci8/tests/error_old.phpt:1.4 --- php-src/ext/oci8/tests/error_old.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/error_old.phpt Mon Jul 10 20:48:04 2006 @@ -38,3 +38,20 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/error.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/error.phpt diff -u php-src/ext/oci8/tests/error.phpt:1.3 php-src/ext/oci8/tests/error.phpt:1.4 --- php-src/ext/oci8/tests/error.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/error.phpt Mon Jul 10 20:48:04 2006 @@ -38,3 +38,20 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/fetch_all.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/fetch_all.phpt diff -u php-src/ext/oci8/tests/fetch_all.phpt:1.3 php-src/ext/oci8/tests/fetch_all.phpt:1.4 --- php-src/ext/oci8/tests/fetch_all.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/fetch_all.phpt Mon Jul 10 20:48:04 2006 @@ -147,3 +147,101 @@ } } 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/fetch_array.phpt?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/oci8/tests/fetch_array.phpt diff -u php-src/ext/oci8/tests/fetch_array.phpt:1.5 php-src/ext/oci8/tests/fetch_array.phpt:1.6 --- php-src/ext/oci8/tests/fetch_array.phpt:1.5 Thu May 18 13:20:00 2006 +++ php-src/ext/oci8/tests/fetch_array.phpt Mon Jul 10 20:48:04 2006 @@ -306,3 +306,233 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/fetch_assoc.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/oci8/tests/fetch_assoc.phpt diff -u php-src/ext/oci8/tests/fetch_assoc.phpt:1.4 php-src/ext/oci8/tests/fetch_assoc.phpt:1.5 --- php-src/ext/oci8/tests/fetch_assoc.phpt:1.4 Tue Mar 28 09:13:35 2006 +++ php-src/ext/oci8/tests/fetch_assoc.phpt Mon Jul 10 20:48:04 2006 @@ -80,3 +80,41 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/fetch_into1.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/fetch_into1.phpt diff -u php-src/ext/oci8/tests/fetch_into1.phpt:1.3 php-src/ext/oci8/tests/fetch_into1.phpt:1.4 --- php-src/ext/oci8/tests/fetch_into1.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/fetch_into1.phpt Mon Jul 10 20:48:04 2006 @@ -190,3 +190,135 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/fetch_into.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/fetch_into.phpt diff -u php-src/ext/oci8/tests/fetch_into.phpt:1.3 php-src/ext/oci8/tests/fetch_into.phpt:1.4 --- php-src/ext/oci8/tests/fetch_into.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/fetch_into.phpt Mon Jul 10 20:48:04 2006 @@ -80,3 +80,35 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/fetch_object.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/oci8/tests/fetch_object.phpt diff -u php-src/ext/oci8/tests/fetch_object.phpt:1.4 php-src/ext/oci8/tests/fetch_object.phpt:1.5 --- php-src/ext/oci8/tests/fetch_object.phpt:1.4 Tue Mar 28 09:13:35 2006 +++ php-src/ext/oci8/tests/fetch_object.phpt Mon Jul 10 20:48:04 2006 @@ -80,3 +80,41 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_001.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/oci8/tests/lob_001.phpt http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_002.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/lob_002.phpt diff -u php-src/ext/oci8/tests/lob_002.phpt:1.3 php-src/ext/oci8/tests/lob_002.phpt:1.4 --- php-src/ext/oci8/tests/lob_002.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/lob_002.phpt Mon Jul 10 20:48:04 2006 @@ -64,3 +64,21 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_003.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/lob_003.phpt http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_004.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/lob_004.phpt diff -u php-src/ext/oci8/tests/lob_004.phpt:1.3 php-src/ext/oci8/tests/lob_004.phpt:1.4 --- php-src/ext/oci8/tests/lob_004.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/lob_004.phpt Mon Jul 10 20:48:04 2006 @@ -78,3 +78,28 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_005.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/lob_005.phpt diff -u php-src/ext/oci8/tests/lob_005.phpt:1.3 php-src/ext/oci8/tests/lob_005.phpt:1.4 --- php-src/ext/oci8/tests/lob_005.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/lob_005.phpt Mon Jul 10 20:48:04 2006 @@ -50,3 +50,18 @@ } 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_006.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/lob_006.phpt http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_007.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/lob_007.phpt diff -u php-src/ext/oci8/tests/lob_007.phpt:1.3 php-src/ext/oci8/tests/lob_007.phpt:1.4 --- php-src/ext/oci8/tests/lob_007.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/lob_007.phpt Mon Jul 10 20:48:04 2006 @@ -64,3 +64,26 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_008.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/lob_008.phpt diff -u php-src/ext/oci8/tests/lob_008.phpt:1.3 php-src/ext/oci8/tests/lob_008.phpt:1.4 --- php-src/ext/oci8/tests/lob_008.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/lob_008.phpt Mon Jul 10 20:48:04 2006 @@ -63,3 +63,23 @@ } 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_009.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/lob_009.phpt diff -u php-src/ext/oci8/tests/lob_009.phpt:1.3 php-src/ext/oci8/tests/lob_009.phpt:1.4 --- php-src/ext/oci8/tests/lob_009.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/lob_009.phpt Mon Jul 10 20:48:04 2006 @@ -67,3 +67,30 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_011.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/oci8/tests/lob_011.phpt diff -u php-src/ext/oci8/tests/lob_011.phpt:1.4 php-src/ext/oci8/tests/lob_011.phpt:1.5 --- php-src/ext/oci8/tests/lob_011.phpt:1.4 Thu May 18 13:20:00 2006 +++ php-src/ext/oci8/tests/lob_011.phpt Mon Jul 10 20:48:04 2006 @@ -76,3 +76,14 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_015.phpt?r1=1.4&r2=1.5&diff_format=u Index: php-src/ext/oci8/tests/lob_015.phpt diff -u php-src/ext/oci8/tests/lob_015.phpt:1.4 php-src/ext/oci8/tests/lob_015.phpt:1.5 --- php-src/ext/oci8/tests/lob_015.phpt:1.4 Tue May 30 22:37:08 2006 +++ php-src/ext/oci8/tests/lob_015.phpt Mon Jul 10 20:48:04 2006 @@ -51,3 +51,20 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_016.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/lob_016.phpt diff -u php-src/ext/oci8/tests/lob_016.phpt:1.3 php-src/ext/oci8/tests/lob_016.phpt:1.4 --- php-src/ext/oci8/tests/lob_016.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/lob_016.phpt Mon Jul 10 20:48:04 2006 @@ -65,3 +65,19 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_017.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/lob_017.phpt diff -u php-src/ext/oci8/tests/lob_017.phpt:1.3 php-src/ext/oci8/tests/lob_017.phpt:1.4 --- php-src/ext/oci8/tests/lob_017.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/lob_017.phpt Mon Jul 10 20:48:04 2006 @@ -67,3 +67,19 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_019.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/oci8/tests/lob_019.phpt http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/lob_020.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/oci8/tests/lob_020.phpt http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/privileged_connect.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/privileged_connect.phpt diff -u php-src/ext/oci8/tests/privileged_connect.phpt:1.3 php-src/ext/oci8/tests/privileged_connect.phpt:1.4 --- php-src/ext/oci8/tests/privileged_connect.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/privileged_connect.phpt Mon Jul 10 20:48:04 2006 @@ -23,3 +23,12 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/select_null.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/select_null.phpt diff -u php-src/ext/oci8/tests/select_null.phpt:1.3 php-src/ext/oci8/tests/select_null.phpt:1.4 --- php-src/ext/oci8/tests/select_null.phpt:1.3 Thu May 18 13:20:00 2006 +++ php-src/ext/oci8/tests/select_null.phpt Mon Jul 10 20:48:04 2006 @@ -23,3 +23,11 @@ NULL } Done +--UEXPECT-- +array(2) { + [0]=> + NULL + [u"NULL"]=> + NULL +} +Done http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/statement_cache.phpt?r1=1.3&r2=1.4&diff_format=u Index: php-src/ext/oci8/tests/statement_cache.phpt diff -u php-src/ext/oci8/tests/statement_cache.phpt:1.3 php-src/ext/oci8/tests/statement_cache.phpt:1.4 --- php-src/ext/oci8/tests/statement_cache.phpt:1.3 Tue Dec 6 19:26:57 2005 +++ php-src/ext/oci8/tests/statement_cache.phpt Mon Jul 10 20:48:04 2006 @@ -33,3 +33,17 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php