summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2018-03-16 13:23:35 +0800
committerXinchen Hui <laruence@gmail.com>2018-03-16 13:23:35 +0800
commit4353e1100e4c91133b787822c42f3302c1b99355 (patch)
treedd6240051f3b92de4928fe81abe31736d0f46682
parent9f456d68802f8a811be8f2487aa7778147711763 (diff)
downloadphp-git-4353e1100e4c91133b787822c42f3302c1b99355.tar.gz
Fixed folder
-rw-r--r--ext/standard/image.c1
-rw-r--r--ext/standard/md5.c9
-rw-r--r--ext/standard/string.c2
3 files changed, 11 insertions, 1 deletions
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 <emmintrin.h>
#endif