Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dphp_variables.c298 static inline int add_post_vars(zval *arr, post_var_data_t *vars, zend_bool eof) in add_post_vars() function
341 if (SUCCESS != add_post_vars(arr, &post_data, 0)) { in SAPI_POST_HANDLER_FUNC()
353 add_post_vars(arr, &post_data, 1); in SAPI_POST_HANDLER_FUNC()

Completed in 5 milliseconds