summaryrefslogtreecommitdiff
path: root/main/php_variables.c
diff options
context:
space:
mode:
authorMax Semenik <maxsem.wiki@gmail.com>2020-07-01 16:32:55 +0300
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-07-06 21:13:34 +0200
commit2b5de6f839feea0ae1d5289d59dd7f159fcdcc8c (patch)
treef23a5c00a96f30a62ddcf626b4c6a6d53809d14f /main/php_variables.c
parent47579986504022d3eab38e24fff5861d5e4eadad (diff)
downloadphp-git-2b5de6f839feea0ae1d5289d59dd7f159fcdcc8c.tar.gz
Remove proto comments from C files
Closes GH-5758
Diffstat (limited to 'main/php_variables.c')
-rw-r--r--main/php_variables.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/main/php_variables.c b/main/php_variables.c
index 0a1eb0b4cd..dc33e54920 100644
--- a/main/php_variables.c
+++ b/main/php_variables.c
@@ -579,8 +579,7 @@ zend_bool php_std_auto_global_callback(char *name, uint32_t name_len)
return 0; /* don't rearm */
}
-/* {{{ php_build_argv
- */
+/* {{{ php_build_argv */
PHPAPI void php_build_argv(const char *s, zval *track_vars_array)
{
zval arr, argc, tmp;
@@ -638,8 +637,7 @@ PHPAPI void php_build_argv(const char *s, zval *track_vars_array)
}
/* }}} */
-/* {{{ php_register_server_variables
- */
+/* {{{ php_register_server_variables */
static inline void php_register_server_variables(void)
{
zval tmp;
@@ -677,8 +675,7 @@ static inline void php_register_server_variables(void)
}
/* }}} */
-/* {{{ php_autoglobal_merge
- */
+/* {{{ php_autoglobal_merge */
static void php_autoglobal_merge(HashTable *dest, HashTable *src)
{
zval *src_entry, *dest_entry;
@@ -710,8 +707,7 @@ static void php_autoglobal_merge(HashTable *dest, HashTable *src)
}
/* }}} */
-/* {{{ php_hash_environment
- */
+/* {{{ php_hash_environment */
PHPAPI int php_hash_environment(void)
{
memset(PG(http_globals), 0, sizeof(PG(http_globals)));