Searched refs:parht (Results 1 – 1 of 1) sorted by relevance
132 static char **php_xsl_xslt_make_params(HashTable *parht, int xpath_params) in php_xsl_xslt_make_params() argument142 parsize = (2 * zend_hash_num_elements(parht) + 1) * sizeof(char *); in php_xsl_xslt_make_params()143 params = (char **)safe_emalloc((2 * zend_hash_num_elements(parht) + 1), sizeof(char *), 0); in php_xsl_xslt_make_params()146 ZEND_HASH_FOREACH_STR_KEY_VAL(parht, string_key, value) { in php_xsl_xslt_make_params()
Completed in 9 milliseconds