From: Ilia Alshanetsky Date: Fri, 6 Dec 2002 17:46:26 +0000 (+0000) Subject: Added test case for bug #20865. X-Git-Tag: RELEASE_1_0b3~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bc8512cf058cde08108a15287fde720772fbdd3;p=php Added test case for bug #20865. --- diff --git a/ext/standard/tests/array/bug20865.phpt b/ext/standard/tests/array/bug20865.phpt new file mode 100644 index 0000000000..f1edbabab5 --- /dev/null +++ b/ext/standard/tests/array/bug20865.phpt @@ -0,0 +1,11 @@ +--TEST-- +Bug #20865 (array_key_exists and NULL key) +--FILE-- + +--EXPECT-- +bool(true)