| Antony Dovgal 2006-11-21, 7:56 am |
| tony2001 Tue Nov 21 10:48:29 2006 UTC
Modified files: (Branch: PHP_5_2)
/ZendEngine2 zend_builtin_functions.c
Log:
MFH: fix proto
http://cvs.php.net/viewvc.cgi/ZendE...1&diff_format=u
Index: ZendEngine2/zend_builtin_functions.c
diff -u ZendEngine2/zend_builtin_functions.c:1.277.2.12.2.10 ZendEngine2/zend_builtin_functions.c:1.277.2.12.2.11
--- ZendEngine2/zend_builtin_functions.c:1.277.2.12.2.10 Wed Nov 15 17:53:27 2006
+++ ZendEngine2/zend_builtin_functions.c Tue Nov 21 10:48:29 2006
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_builtin_functions.c,v 1.277.2.12.2.10 2006/11/15 17:53:27 dmitry Exp $ */
+/* $Id: zend_builtin_functions.c,v 1.277.2.12.2.11 2006/11/21 10:48:29 tony2001 Exp $ */
#include "zend.h"
#include "zend_API.h"
@@ -1577,7 +1577,7 @@
/* }}} */
-/* {{{ 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)
{
|