summaryrefslogtreecommitdiff
path: root/ext/standard/array.c
diff options
context:
space:
mode:
authorJohn Donagher <jdonagher@php.net>2001-05-23 01:50:11 +0000
committerJohn Donagher <jdonagher@php.net>2001-05-23 01:50:11 +0000
commit639b957f740d6cc153c0da1bb1a17ede0d2b18e1 (patch)
tree995a7c54c4e1255c80e4b1e6ce75fb6c02dc9ad4 /ext/standard/array.c
parentd161b81426f918340b5c335219d84afe32e69c0d (diff)
downloadphp-git-639b957f740d6cc153c0da1bb1a17ede0d2b18e1.tar.gz
Add missing end-folding delimiter
Diffstat (limited to 'ext/standard/array.c')
-rw-r--r--ext/standard/array.c1
1 files changed, 1 insertions, 0 deletions
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) */