]> granicus.if.org Git - php/commitdiff
Fixed folder
authorXinchen Hui <laruence@gmail.com>
Fri, 16 Mar 2018 05:23:35 +0000 (13:23 +0800)
committerXinchen Hui <laruence@gmail.com>
Fri, 16 Mar 2018 05:23:35 +0000 (13:23 +0800)
ext/standard/image.c
ext/standard/md5.c
ext/standard/string.c

index 4afa3d36b6e37af19242ab04e1deac8ca77dd7b2..189295aa4cc857af6d14f86352a587f1e3f7e079 100644 (file)
@@ -1512,6 +1512,7 @@ PHP_FUNCTION(getimagesizefromstring)
 {
        php_getimagesize_from_any(INTERNAL_FUNCTION_PARAM_PASSTHRU, FROM_DATA);
 }
+/* }}} */
 
 /*
  * Local variables:
index 23e856ef610d9c2bd078a157104ad17a28dbca31..52a8f70d7df93df9e06041e7751ae6b444e75dff 100644 (file)
@@ -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
+ */
index 1a381ae0f84c4c34e5b8223a0d6defae179fccfd..4773a0ba7ea82bb6d1f30b96e5de68d008c6145f 100644 (file)
@@ -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