From: Christopher Jones Date: Sat, 14 Nov 2009 23:28:53 +0000 (+0000) Subject: New test X-Git-Tag: php-5.3.2RC1~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fc8120bd669fda61062cdd36df9f17460a6ac0c;p=php New test --- 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===