Home
last modified time | relevance | path

Searched refs:http_post_files (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/main/
H A Drfc1867.c186 safe_php_register_variable_ex(var, val, http_post_files, override_protection TSRMLS_CC); in register_http_post_files_variable_ex()
684 zval *http_post_files = NULL; local
765 ALLOC_ZVAL(http_post_files);
766 array_init(http_post_files);
767 INIT_PZVAL(http_post_files);
768 PG(http_globals)[TRACK_VARS_FILES] = http_post_files;
1150 register_http_post_files_variable(lbuf, s, http_post_files, 0 TSRMLS_CC);
1181 register_http_post_files_variable(lbuf, cd, http_post_files, 0 TSRMLS_CC);
1211 register_http_post_files_variable_ex(lbuf, &zfilename, http_post_files, 1 TSRMLS_CC);
1234 register_http_post_files_variable_ex(lbuf, &error_type, http_post_files, 0 TSRMLS_CC);
[all …]

Completed in 7 milliseconds