helly Sun Nov 27 07:16:15 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/spl spl_directory.c
Log:
- MFH Editor blocks
http://cvs.php.net/diff.php/php-src/ext/spl/spl_directory.c?r1=1.45.2.2&r2=1.45.2.3&ty=u
Index: php-src/ext/spl/spl_directory.c
diff -u php-src/ext/spl/spl_directory.c:1.45.2.2
php-src/ext/spl/spl_directory.c:1.45.2.3
--- php-src/ext/spl/spl_directory.c:1.45.2.2 Thu Sep 15 10:08:14 2005
+++ php-src/ext/spl/spl_directory.c Sun Nov 27 07:16:14 2005
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: spl_directory.c,v 1.45.2.2 2005/09/15 14:08:14 helly Exp $ */
+/* $Id: spl_directory.c,v 1.45.2.3 2005/11/27 12:16:14 helly Exp $ */
#ifdef HAVE_CONFIG_H
# include "config.h"
@@ -1483,7 +1483,9 @@
spl_file_object_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)
@@ -1580,6 +1582,7 @@
SPL_MA(SplFileObject, __toString, SplFileObject, current, NULL,
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