Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_variables.c393 static inline int add_post_vars(zval *arr, post_var_data_t *vars, bool eof) in add_post_vars() function
436 if (SUCCESS != add_post_vars(arr, &post_data, 0)) { in SAPI_POST_HANDLER_FUNC()
448 add_post_vars(arr, &post_data, 1); in SAPI_POST_HANDLER_FUNC()

Completed in 9 milliseconds