From d9fb0a4da5b7db14e0caac7dd018d9a19f985a95 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Fri, 18 Feb 2005 13:37:25 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. --- ext/standard/tests/array/bug32021.phpt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ext/standard/tests/array/bug32021.phpt 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 -- 2.40.0