helly           Sun Nov 27 07:13:44 2005 EDT

  Modified files:              
    /php-src/ext/spl    spl_directory.c 
  Log:
  - Fix editor blocks
  
http://cvs.php.net/diff.php/php-src/ext/spl/spl_directory.c?r1=1.55&r2=1.56&ty=u
Index: php-src/ext/spl/spl_directory.c
diff -u php-src/ext/spl/spl_directory.c:1.55 
php-src/ext/spl/spl_directory.c:1.56
--- php-src/ext/spl/spl_directory.c:1.55        Tue Nov  1 11:54:44 2005
+++ php-src/ext/spl/spl_directory.c     Sun Nov 27 07:13:42 2005
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: spl_directory.c,v 1.55 2005/11/01 16:54:44 helly Exp $ */
+/* $Id: spl_directory.c,v 1.56 2005/11/27 12:13:42 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
@@ -1803,8 +1803,9 @@
        while(intern->u.file.current_line_num < line_pos) {
                spl_filesystem_file_read_line(getThis(), intern, 1 TSRMLS_CC);
        }
-}
+} /* }}} */
 
+/* {{{ Function/Class/Method definitions */
 static
 ZEND_BEGIN_ARG_INFO_EX(arginfo_file_object___construct, 0, 0, 1)
        ZEND_ARG_INFO(0, file_name)
@@ -1911,6 +1912,7 @@
        SPL_ME(SplTempFileObject, __construct, 
arginfo_temp_file_object___construct,  ZEND_ACC_PUBLIC)
        {NULL, NULL, NULL}
 };
+/* }}} */
 
 /* {{{ PHP_MINIT_FUNCTION(spl_directory)
  */

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

Reply via email to