bjori           Sun Nov 30 00:12:45 2008 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/spl    php_spl.c 
  Log:
  MFH: Fix proto
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.52.2.28.2.18&r2=1.52.2.28.2.19&diff_format=u
Index: php-src/ext/spl/php_spl.c
diff -u php-src/ext/spl/php_spl.c:1.52.2.28.2.18 
php-src/ext/spl/php_spl.c:1.52.2.28.2.19
--- php-src/ext/spl/php_spl.c:1.52.2.28.2.18    Mon Dec 31 07:20:11 2007
+++ php-src/ext/spl/php_spl.c   Sun Nov 30 00:12:45 2008
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_spl.c,v 1.52.2.28.2.18 2007/12/31 07:20:11 sebastian Exp $ */
+/* $Id: php_spl.c,v 1.52.2.28.2.19 2008/11/30 00:12:45 bjori Exp $ */
 
 #ifdef HAVE_CONFIG_H
        #include "config.h"
@@ -89,7 +89,7 @@
        return *ce;
 }
 
-/* {{{ proto array class_parents(object instance)
+/* {{{ proto array class_parents(object instance [, boolean autoload = true])
  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

Reply via email to