From 1bec704ea7bddb276873408646ec2e8fc2c52526 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 27 Nov 2005 12:13:42 +0000 Subject: [PATCH] - Fix editor blocks --- ext/spl/spl_directory.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index a248aa6c8b..277af5fb2b 100755 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -1803,8 +1803,9 @@ SPL_METHOD(SplFileObject, seek) 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 @@ static zend_function_entry spl_SplTempFileObject_functions[] = { SPL_ME(SplTempFileObject, __construct, arginfo_temp_file_object___construct, ZEND_ACC_PUBLIC) {NULL, NULL, NULL} }; +/* }}} */ /* {{{ PHP_MINIT_FUNCTION(spl_directory) */ -- 2.40.0