bjori Sun Nov 30 00:12:11 2008 UTC
Modified files:
/php-src/ext/spl php_spl.c
Log:
Fixed proto
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.146&r2=1.147&diff_format=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.146 php-src/ext/spl/php_spl.c:1.147
--- php-src/ext/spl/php_spl.c:1.146 Thu Nov 27 19:02:45 2008
+++ php-src/ext/spl/php_spl.c Sun Nov 30 00:12:11 2008
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_spl.c,v 1.146 2008/11/27 19:02:45 dmitry Exp $ */
+/* $Id: php_spl.c,v 1.147 2008/11/30 00:12:11 bjori Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -79,7 +79,7 @@
return *ce;
}
-/* {{{ proto array class_parents(object instance) U
+/* {{{ proto array class_parents(object instance [, boolean autoload = true]) U
Return an array containing the names of all parent classes */
PHP_FUNCTION(class_parents)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php