Home
last modified time | relevance | path

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

/PHP-8.3/ext/xsl/
H A Dphp_xsl.c68 if (intern->registered_phpfunctions) { in ZEND_GET_MODULE()
69 zend_hash_destroy(intern->registered_phpfunctions); in ZEND_GET_MODULE()
70 FREE_HASHTABLE(intern->registered_phpfunctions); in ZEND_GET_MODULE()
109 intern->registered_phpfunctions = zend_new_array(0); in xsl_objects_new()
H A Dphp_xsl.h61 HashTable *registered_phpfunctions; member
H A Dxsltprocessor.c266 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()
798 zend_hash_update(intern->registered_phpfunctions, str, &new_string); in PHP_METHOD()
805 zend_hash_update(intern->registered_phpfunctions, restrict_str, &new_string); in PHP_METHOD()
/PHP-8.3/ext/dom/
H A Dxpath.c156 …} else if (intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, … in dom_xpath_ext_function_php()
504 zend_hash_update(intern->registered_phpfunctions, str, &new_string); in PHP_METHOD()
510 zend_hash_update(intern->registered_phpfunctions, name, &new_string); in PHP_METHOD()
H A Dphp_dom.h69 HashTable *registered_phpfunctions; member
H A Dphp_dom.c971 if (intern->registered_phpfunctions) { in dom_xpath_objects_free_storage()
972 zend_hash_destroy(intern->registered_phpfunctions); in dom_xpath_objects_free_storage()
973 FREE_HASHTABLE(intern->registered_phpfunctions); in dom_xpath_objects_free_storage()
1100 intern->registered_phpfunctions = zend_new_array(0); in dom_xpath_objects_new()

Completed in 17 milliseconds