helly Mon Apr 26 14:54:18 2004 EDT
Modified files:
/ZendEngine2 zend_reflection_api.c
Log:
Fix prototype
http://cvs.php.net/diff.php/ZendEngine2/zend_reflection_api.c?r1=1.101&r2=1.102&ty=u
Index: ZendEngine2/zend_reflection_api.c
diff -u ZendEngine2/zend_reflection_api.c:1.101
ZendEngine2/zend_reflection_api.c:1.102
--- ZendEngine2/zend_reflection_api.c:1.101 Sun Apr 25 07:22:56 2004
+++ ZendEngine2/zend_reflection_api.c Mon Apr 26 14:54:18 2004
@@ -19,7 +19,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_reflection_api.c,v 1.101 2004/04/25 11:22:56 helly Exp $ */
+/* $Id: zend_reflection_api.c,v 1.102 2004/04/26 18:54:18 helly Exp $ */
#include "zend.h"
#include "zend_API.h"
#include "zend_exceptions.h"
@@ -2405,7 +2405,7 @@
}
/* }}} */
-/* {{{ proto public stdclass Reflection_Class::newInstance(mixed* args)
+/* {{{ proto public stdclass Reflection_Class::newInstance(mixed* args, ...)
Returns an instance of this class */
ZEND_METHOD(reflection_class, newInstance)
{
--
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|