summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-11-21 10:48:29 +0000
committerAntony Dovgal <tony2001@php.net>2006-11-21 10:48:29 +0000
commiteb666b725f55ec6e83bd8af5d3349cee070e1322 (patch)
tree9f34ee407be145ebd8774f5d25e3b260a0c81f25 /Zend/zend_builtin_functions.c
parent2f9a9c4248f96069bce26133e21d9de418d603d4 (diff)
downloadphp-git-eb666b725f55ec6e83bd8af5d3349cee070e1322.tar.gz
MFH: fix proto
Diffstat (limited to 'Zend/zend_builtin_functions.c')
-rw-r--r--Zend/zend_builtin_functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c
index 854b39cc25..b9f697ef69 100644
--- a/Zend/zend_builtin_functions.c
+++ b/Zend/zend_builtin_functions.c
@@ -1577,7 +1577,7 @@ ZEND_FUNCTION(get_loaded_extensions)
/* }}} */
-/* {{{ proto array get_defined_constants(void)
+/* {{{ proto array get_defined_constants([mixed categorize])
Return an array containing the names and values of all defined constants */
ZEND_FUNCTION(get_defined_constants)
{