diff options
author | Antony Dovgal <tony2001@php.net> | 2006-03-28 09:12:45 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-03-28 09:12:45 +0000 |
commit | ea22696fb93a6eaf864bd68e4fc83e0706a07ec8 (patch) | |
tree | b51fc39244bc4996d2989cb112d09272a87b5be4 /ext/oci8/tests/field_funcs.phpt | |
parent | 6dc42ef117e8a3a678b080b761a873353173b945 (diff) | |
download | php-git-ea22696fb93a6eaf864bd68e4fc83e0706a07ec8.tar.gz |
fix tests
Diffstat (limited to 'ext/oci8/tests/field_funcs.phpt')
-rw-r--r-- | ext/oci8/tests/field_funcs.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/field_funcs.phpt b/ext/oci8/tests/field_funcs.phpt index 2f1dbd7109..72638226e3 100644 --- a/ext/oci8/tests/field_funcs.phpt +++ b/ext/oci8/tests/field_funcs.phpt @@ -97,7 +97,7 @@ int(0) int(4000) bool(true) string(6) "STRING" -string(7) "VARCHAR" +string(8) "VARCHAR2" int(1) int(0) int(0) |