From: Stanislav Malyshev Date: Tue, 12 Feb 2008 01:17:48 +0000 (+0000) Subject: fix folding X-Git-Tag: RELEASE_1_3_1~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbc813d360062a9bc62b7b936d9da3ce4cf32066;p=php fix folding --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index e739f18684..d69b23987b 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -4945,6 +4945,8 @@ void zend_do_end_compilation(TSRMLS_D) /* {{{ */ } /* }}} */ +/* {{{ zend_dirname + Returns directory name component of path */ ZEND_API size_t zend_dirname(char *path, size_t len) { register char *end = path + len - 1; @@ -5036,6 +5038,7 @@ ZEND_API size_t zend_dirname(char *path, size_t len) return (size_t)(end + 1 - path) + len_adjust; } /* }}} */ + /* * Local variables: * tab-width: 4