From: SVN Migration Date: Fri, 18 Feb 2005 13:37:25 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. X-Git-Tag: php-5.0.4RC1~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9fb0a4da5b7db14e0caac7dd018d9a19f985a95;p=php This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. --- diff --git a/ext/standard/tests/array/bug32021.phpt b/ext/standard/tests/array/bug32021.phpt new file mode 100644 index 0000000000..5d3b421ab4 --- /dev/null +++ b/ext/standard/tests/array/bug32021.phpt @@ -0,0 +1,14 @@ +--TEST-- +Bug #32021 (Crash caused by range('', 'z')) +--FILE-- + +ALIVE +--EXPECT-- +array(1) { + [0]=> + int(0) +} +ALIVE