Searched refs:parht (Results 1 – 1 of 1) sorted by relevance
54 static char **php_xsl_xslt_make_params(HashTable *parht, int xpath_params) in php_xsl_xslt_make_params() argument64 parsize = (2 * zend_hash_num_elements(parht) + 1) * sizeof(char *); in php_xsl_xslt_make_params()65 params = (char **)safe_emalloc((2 * zend_hash_num_elements(parht) + 1), sizeof(char *), 0); in php_xsl_xslt_make_params()68 ZEND_HASH_MAP_FOREACH_STR_KEY_VAL(parht, string_key, value) { in php_xsl_xslt_make_params()
Completed in 7 milliseconds