Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds