]> granicus.if.org Git - php/commitdiff
fix proto
authorAntony Dovgal <tony2001@php.net>
Tue, 21 Nov 2006 10:48:16 +0000 (10:48 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 21 Nov 2006 10:48:16 +0000 (10:48 +0000)
Zend/zend_builtin_functions.c

index 060b3a06cdd1a8a943ce0daf5d5cdab1923df6d5..d29f391b4cd7f20e5bfa3e9a16f7c796068c5e9d 100644 (file)
@@ -1670,7 +1670,7 @@ ZEND_FUNCTION(get_loaded_extensions)
 /* }}} */
 
 
-/* {{{ proto array get_defined_constants(void) U
+/* {{{ proto array get_defined_constants([mixed categorize]) U
    Return an array containing the names and values of all defined constants */
 ZEND_FUNCTION(get_defined_constants)
 {