zeev            Sun Dec 18 14:05:23 2005 EDT

  Modified files:              
    /php-src/ext/spl    spl_directory.c 
  Log:
  Fix prototype (MFB)
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_directory.c?r1=1.61&r2=1.62&diff_format=u
Index: php-src/ext/spl/spl_directory.c
diff -u php-src/ext/spl/spl_directory.c:1.61 
php-src/ext/spl/spl_directory.c:1.62
--- php-src/ext/spl/spl_directory.c:1.61        Wed Dec 14 09:55:04 2005
+++ php-src/ext/spl/spl_directory.c     Sun Dec 18 14:05:23 2005
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: spl_directory.c,v 1.61 2005/12/14 09:55:04 helly Exp $ */
+/* $Id: spl_directory.c,v 1.62 2005/12/18 14:05:23 zeev Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
@@ -1563,8 +1563,8 @@
        RETURN_LONG((long)intern->u.file.max_line_len);
 } /* }}} */
 
-/* {{{ proto bool SplFileObject>>hasChildren()
-   Rturn false */
+/* {{{ proto bool SplFileObject::hasChildren()
+   Return false */
 SPL_METHOD(SplFileObject, hasChildren)
 {
        RETURN_FALSE;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to