From a70f288efa5ac06dcec361c7f09cb44a2bea8961 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Sat, 14 Nov 2009 23:28:53 +0000 Subject: [PATCH] New test --- ext/oci8/tests/fetch_all4.phpt | 82 ++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 ext/oci8/tests/fetch_all4.phpt diff --git a/ext/oci8/tests/fetch_all4.phpt b/ext/oci8/tests/fetch_all4.phpt new file mode 100644 index 0000000000..9b82262e3f --- /dev/null +++ b/ext/oci8/tests/fetch_all4.phpt @@ -0,0 +1,82 @@ +--TEST-- +Test oci_fetch_* array overwriting when query returns no rows +--SKIPIF-- + +--FILE-- + +===DONE=== + +--EXPECTF-- +Test 1 +int(0) +array(2) { + [%u|b%"MYCOL1"]=> + array(0) { + } + [%u|b%"MYCOL2"]=> + array(0) { + } +} +Test 2 +bool(false) +===DONE=== -- 2.50.1