further normalizations, uint vs uint32_t

fix merge mistake

yet one more replacement run
This commit is contained in:
Anatol Belski 2016-11-26 15:18:42 +01:00
parent 1b7e014d1c
commit b204b3abd1
63 changed files with 191 additions and 191 deletions

View file

@ -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 */