Home
last modified time | relevance | path

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

/PHP-7.4/ext/xsl/
H A Dphp_xsl.c76 zend_hash_destroy(intern->registered_phpfunctions); in ZEND_GET_MODULE()
77 FREE_HASHTABLE(intern->registered_phpfunctions); in ZEND_GET_MODULE()
115 intern->registered_phpfunctions = zend_new_array(0); in xsl_objects_new()
H A Dphp_xsl.h64 HashTable *registered_phpfunctions; member
H A Dxsltprocessor.c331 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()
858 zend_hash_update(intern->registered_phpfunctions, str, &new_string); in PHP_FUNCTION()
867 zend_hash_update(intern->registered_phpfunctions, name, &new_string); in PHP_FUNCTION()
/PHP-7.4/ext/dom/
H A Dxpath.c196 …} else if (intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, … in dom_xpath_ext_function_php()
522 zend_hash_update(intern->registered_phpfunctions, str, &new_string); in PHP_FUNCTION()
532 zend_hash_update(intern->registered_phpfunctions, name, &new_string); in PHP_FUNCTION()
H A Dphp_dom.h70 HashTable *registered_phpfunctions; member
H A Dphp_dom.c1017 if (intern->registered_phpfunctions) { in dom_xpath_objects_free_storage()
1018 zend_hash_destroy(intern->registered_phpfunctions); in dom_xpath_objects_free_storage()
1019 FREE_HASHTABLE(intern->registered_phpfunctions); in dom_xpath_objects_free_storage()
1104 intern->registered_phpfunctions = zend_new_array(0); in dom_xpath_objects_new()

Completed in 16 milliseconds