summaryrefslogtreecommitdiff
path: root/main/php_variables.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-11-26 15:18:42 +0100
committerAnatol Belski <ab@php.net>2016-11-26 17:29:01 +0100
commitb204b3abd19f86bd9217866189cdebcc6abc0d95 (patch)
tree324e3c86634583ef7d58bc0f3e19dfbdeb85773c /main/php_variables.c
parent1b7e014d1ce21b9eb6021111c1005d047b5b9a1b (diff)
downloadphp-git-b204b3abd19f86bd9217866189cdebcc6abc0d95.tar.gz
further normalizations, uint vs uint32_t
fix merge mistake yet one more replacement run
Diffstat (limited to 'main/php_variables.c')
-rw-r--r--main/php_variables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_variables.c b/main/php_variables.c
index a5256e7322..8f87f8a8ba 100644
--- a/main/php_variables.c
+++ b/main/php_variables.c
@@ -536,7 +536,7 @@ void _php_import_environment_variables(zval *array_ptr)
}
}
-zend_bool php_std_auto_global_callback(char *name, uint name_len)
+zend_bool php_std_auto_global_callback(char *name, uint32_t name_len)
{
zend_printf("%s\n", name);
return 0; /* don't rearm */