Searched refs:pv_param_ht (Results 1 – 1 of 1) sorted by relevance
991 HashTable *pv_param_ht = (HashTable *) &zend_empty_array; in PHP_FUNCTION() local999 if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|h", &pv_res, &pv_param_ht) == FAILURE) { in PHP_FUNCTION()1008 if ((ne = zend_hash_num_elements(pv_param_ht)) < result->numparams) { in PHP_FUNCTION()1020 ZEND_HASH_FOREACH_VAL(pv_param_ht, tmp) { in PHP_FUNCTION()
Completed in 12 milliseconds