Searched refs:add_post_vars (Results 1 – 1 of 1) sorted by relevance
297 static inline int add_post_vars(zval *arr, post_var_data_t *vars, zend_bool eof TSRMLS_DC) in add_post_vars() function340 if (SUCCESS != add_post_vars(arr, &post_data, 0 TSRMLS_CC)) { in SAPI_POST_HANDLER_FUNC()353 add_post_vars(arr, &post_data, 1 TSRMLS_CC); in SAPI_POST_HANDLER_FUNC()
Completed in 7 milliseconds