Searched refs:http_post_files (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/main/ |
H A D | rfc1867.c | 181 static void register_http_post_files_variable(char *strvar, char *val, zval *http_post_files, zend_… in register_http_post_files_variable() argument 183 safe_php_register_variable(strvar, val, strlen(val), http_post_files, override_protection); in register_http_post_files_variable() 187 static void register_http_post_files_variable_ex(char *var, zval *val, zval *http_post_files, zend_… in register_http_post_files_variable_ex() argument 189 safe_php_register_variable_ex(var, val, http_post_files, override_protection); in register_http_post_files_variable_ex()
|
Completed in 7 milliseconds