From: Xinchen Hui Date: Fri, 16 Mar 2018 05:23:35 +0000 (+0800) Subject: Fixed folder X-Git-Tag: php-7.3.0alpha1~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4353e1100e4c91133b787822c42f3302c1b99355;p=php Fixed folder --- diff --git a/ext/standard/image.c b/ext/standard/image.c index 4afa3d36b6..189295aa4c 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -1512,6 +1512,7 @@ PHP_FUNCTION(getimagesizefromstring) { php_getimagesize_from_any(INTERNAL_FUNCTION_PARAM_PASSTHRU, FROM_DATA); } +/* }}} */ /* * Local variables: diff --git a/ext/standard/md5.c b/ext/standard/md5.c index 23e856ef61..52a8f70d7d 100644 --- a/ext/standard/md5.c +++ b/ext/standard/md5.c @@ -391,3 +391,12 @@ PHPAPI void PHP_MD5Final(unsigned char *result, PHP_MD5_CTX *ctx) ZEND_SECURE_ZERO(ctx, sizeof(*ctx)); } + +/* + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 fdm=marker + * vim<600: sw=4 ts=4 + */ diff --git a/ext/standard/string.c b/ext/standard/string.c index 1a381ae0f8..4773a0ba7e 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -5735,7 +5735,7 @@ PHP_FUNCTION(sscanf) } /* }}} */ -/* static zend_string *php_str_rot13(zend_string *str) */ +/* static zend_string *php_str_rot13(zend_string *str) {{{ */ #ifdef __SSE2__ #include #endif