diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-01-29 16:16:07 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-01-29 16:16:07 +0000 |
| commit | a4c6b4b0f36a9e301262bd13000bc969ace863d9 (patch) | |
| tree | dd35f773ee002988fdb1b16cfc4eb2c977e9e096 | |
| parent | 1a78358460af40f2857bc3948501c01d0f09cb15 (diff) | |
| download | php-git-a4c6b4b0f36a9e301262bd13000bc969ace863d9.tar.gz | |
fix test
| -rw-r--r-- | ext/oci8/tests/array_bind_005.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/oci8/tests/array_bind_005.phpt b/ext/oci8/tests/array_bind_005.phpt index 4dfb7ffcf0..b62b439fbf 100644 --- a/ext/oci8/tests/array_bind_005.phpt +++ b/ext/oci8/tests/array_bind_005.phpt @@ -59,7 +59,6 @@ var_dump($array); echo "Done\n"; ?> --EXPECTF-- -Warning: oci_execute(): ORA-01405: fetched column value is NULL in %s on line %d array(5) { [0]=> string(0) "" @@ -74,7 +73,6 @@ array(5) { } Done --UEXPECTF-- -Warning: oci_execute(): ORA-01405: fetched column value is NULL in %s on line %d array(5) { [0]=> unicode(0) "" |
