summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/fetch_array.phpt
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-12-06 19:28:25 +0000
committerAntony Dovgal <tony2001@php.net>2005-12-06 19:28:25 +0000
commit31c35e5cadc68711241ee206f84d50fde961c8a3 (patch)
tree1c4211f6d09381a65987a9bf318ed945692432a0 /ext/oci8/tests/fetch_array.phpt
parent2b059ae91f312de1ec61b8928e25d33051ae36c5 (diff)
downloadphp-git-31c35e5cadc68711241ee206f84d50fde961c8a3.tar.gz
add 4 new tests
remove ENV tag from the old ones
Diffstat (limited to 'ext/oci8/tests/fetch_array.phpt')
-rw-r--r--ext/oci8/tests/fetch_array.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/oci8/tests/fetch_array.phpt b/ext/oci8/tests/fetch_array.phpt
index ada162453d..bfffd4e7de 100644
--- a/ext/oci8/tests/fetch_array.phpt
+++ b/ext/oci8/tests/fetch_array.phpt
@@ -2,11 +2,6 @@
oci_fetch_array()
--SKIPIF--
<?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?>
---ENV--
-return "
-ORACLE_HOME=".(isset($_ENV['ORACLE_HOME']) ? $_ENV['ORACLE_HOME'] : '')."
-NLS_LANG=".(isset($_ENV['NLS_LANG']) ? $_ENV['NLS_LANG'] : '')."
-";
--FILE--
<?php