From fbb11e58c51c9bd8127ab9dc19e6088efc4529fe Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Sun, 10 May 2009 20:13:08 +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.50.1