Home
last modified time | relevance | path

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

/PHP-5.6/main/
H A Dphp_variables.c297 static inline int add_post_vars(zval *arr, post_var_data_t *vars, zend_bool eof TSRMLS_DC) in add_post_vars() function
340 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