From f3b2a876919d4bc30cd9d0e1e129a897fcd4ef2f Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 16 Feb 2008 16:35:39 +0000 Subject: [PATCH] Fix test --- ext/standard/tests/array/count_variation3.phpt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ext/standard/tests/array/count_variation3.phpt b/ext/standard/tests/array/count_variation3.phpt index 2d79bb9ceb..e11b4c2449 100644 --- a/ext/standard/tests/array/count_variation3.phpt +++ b/ext/standard/tests/array/count_variation3.phpt @@ -32,4 +32,8 @@ echo "Done"; -- $mode not set: -- int(4) --- $mode = 1: -- \ No newline at end of file +-- $mode = 1: -- + +Warning: count(): recursion detected in %s on line %d +int(12) +Done -- 2.40.0