From: Antony Dovgal Date: Fri, 9 Sep 2005 14:08:03 +0000 (+0000) Subject: new test X-Git-Tag: RELEASE_0_9_0~247 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c8425e9baed4824de232b82af209d1eeefe1bef;p=php new test --- 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