From bad0b796a8535a8887405253c584fc18dfa5e8ad Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Sun, 10 May 2009 20:12:56 +0000 Subject: [PATCH] MFB: Add test for #48224 --- ext/standard/tests/array/bug48224.phpt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ext/standard/tests/array/bug48224.phpt diff --git a/ext/standard/tests/array/bug48224.phpt b/ext/standard/tests/array/bug48224.phpt new file mode 100644 index 0000000000..5b46e18328 --- /dev/null +++ b/ext/standard/tests/array/bug48224.phpt @@ -0,0 +1,15 @@ +--TEST-- +Bug #48224 (array_rand no longer shuffles) +--FILE-- + +--EXPECT-- +bool(true) -- 2.40.0