From 4c8425e9baed4824de232b82af209d1eeefe1bef Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 9 Sep 2005 14:08:03 +0000 Subject: [PATCH] new test --- ext/oci8/tests/bind_empty.phpt | 44 ++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 ext/oci8/tests/bind_empty.phpt diff --git a/ext/oci8/tests/bind_empty.phpt b/ext/oci8/tests/bind_empty.phpt new file mode 100644 index 0000000000..4088616055 --- /dev/null +++ b/ext/oci8/tests/bind_empty.phpt @@ -0,0 +1,44 @@ +--TEST-- +binding empty values +--SKIPIF-- + +--ENV-- +return " +ORACLE_HOME=".(isset($_ENV['ORACLE_HOME']) ? $_ENV['ORACLE_HOME'] : '')." +NLS_LANG=".(isset($_ENV['NLS_LANG']) ? $_ENV['NLS_LANG'] : '')." +"; +--FILE-- + +--EXPECTF-- +Done -- 2.50.1