Home
last modified time | relevance | path

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

/PHP-5.3/ext/xsl/
H A Dxsltprocessor.c125 static char **php_xsl_xslt_make_params(HashTable *parht, int xpath_params TSRMLS_DC) in php_xsl_xslt_make_params() argument
135 parsize = (2 * zend_hash_num_elements(parht) + 1) * sizeof(char *); in php_xsl_xslt_make_params()
136 params = (char **)safe_emalloc((2 * zend_hash_num_elements(parht) + 1), sizeof(char *), 0); in php_xsl_xslt_make_params()
139 for (zend_hash_internal_pointer_reset(parht); in php_xsl_xslt_make_params()
140 zend_hash_get_current_data(parht, (void **)&value) == SUCCESS; in php_xsl_xslt_make_params()
141 zend_hash_move_forward(parht)) { in php_xsl_xslt_make_params()
143 if (zend_hash_get_current_key(parht, &string_key, &num_key, 1) != HASH_KEY_IS_STRING) { in php_xsl_xslt_make_params()

Completed in 8 milliseconds