Home
last modified time | relevance | path

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

/PHP-5.3/ext/xsl/
H A Dphp_xsl.c84 zend_hash_destroy(intern->registered_phpfunctions); in ZEND_GET_MODULE()
85 FREE_HASHTABLE(intern->registered_phpfunctions); in ZEND_GET_MODULE()
126 intern->registered_phpfunctions = NULL; in xsl_objects_new()
135 ALLOC_HASHTABLE(intern->registered_phpfunctions); in xsl_objects_new()
136 zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0); in xsl_objects_new()
H A Dphp_xsl.h64 HashTable *registered_phpfunctions; member
H A Dxsltprocessor.c318 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()
865 …zend_hash_update(intern->registered_phpfunctions, Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &new… in PHP_FUNCTION()
875 …zend_hash_update(intern->registered_phpfunctions, name, name_len + 1, &new_string, sizeof(zval*), … in PHP_FUNCTION()
/PHP-5.3/ext/dom/
H A Dphp_dom.h77 HashTable *registered_phpfunctions; member
H A Dxpath.c209 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in dom_xpath_ext_function_php()
568 …zend_hash_update(intern->registered_phpfunctions, Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &new… in PHP_FUNCTION()
579 …zend_hash_update(intern->registered_phpfunctions, name, name_len + 1, &new_string, sizeof(zval*), … in PHP_FUNCTION()
H A Dphp_dom.c1074 if (intern->registered_phpfunctions) { in dom_xpath_objects_free_storage()
1075 zend_hash_destroy(intern->registered_phpfunctions); in dom_xpath_objects_free_storage()
1076 FREE_HASHTABLE(intern->registered_phpfunctions); in dom_xpath_objects_free_storage()
1225 intern->registered_phpfunctions = NULL; in dom_xpath_objects_new()
1228 ALLOC_HASHTABLE(intern->registered_phpfunctions); in dom_xpath_objects_new()
1229 zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0); in dom_xpath_objects_new()

Completed in 21 milliseconds