From: John Donagher Date: Wed, 23 May 2001 01:50:11 +0000 (+0000) Subject: Add missing end-folding delimiter X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=639b957f740d6cc153c0da1bb1a17ede0d2b18e1;p=php Add missing end-folding delimiter --- diff --git a/ext/standard/array.c b/ext/standard/array.c index e044afd82a..4e35c9e269 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -232,6 +232,7 @@ PHP_FUNCTION(ksort) } RETURN_TRUE; } +/* }}} */ /* {{{ proto int count(mixed var) Count the number of elements in a variable (usually an array) */