summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/count_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/count_variation3.phpt')
-rw-r--r--ext/standard/tests/array/count_variation3.phpt5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/tests/array/count_variation3.phpt b/ext/standard/tests/array/count_variation3.phpt
index 3455585eab..6b02ef17b3 100644
--- a/ext/standard/tests/array/count_variation3.phpt
+++ b/ext/standard/tests/array/count_variation3.phpt
@@ -2,11 +2,6 @@
Test count() function : usage variations - Infinitely recursive array
--FILE--
<?php
-/* Prototype : int count(mixed $var [, int $mode])
- * Description: Count the number of elements in a variable (usually an array)
- * Source code: ext/standard/array.c
- */
-
/*
* Pass count() an infinitely recursive array as $var argument
* This will stop the script before it reaches the end.