Home
last modified time | relevance | path

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

/PHP-8.1/ext/xsl/
H A Dphp_xsl.c66 zend_hash_destroy(intern->registered_phpfunctions); in ZEND_GET_MODULE()
67 FREE_HASHTABLE(intern->registered_phpfunctions); in ZEND_GET_MODULE()
105 intern->registered_phpfunctions = zend_new_array(0); in xsl_objects_new()
H A Dphp_xsl.h61 HashTable *registered_phpfunctions; member
H A Dxsltprocessor.c254 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()
791 zend_hash_update(intern->registered_phpfunctions, str, &new_string); in PHP_METHOD()
798 zend_hash_update(intern->registered_phpfunctions, restrict_str, &new_string); in PHP_METHOD()
/PHP-8.1/ext/dom/
H A Dxpath.c153 …} else if (intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, … in dom_xpath_ext_function_php()
501 zend_hash_update(intern->registered_phpfunctions, str, &new_string); in PHP_METHOD()
507 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.c994 if (intern->registered_phpfunctions) { in dom_xpath_objects_free_storage()
995 zend_hash_destroy(intern->registered_phpfunctions); in dom_xpath_objects_free_storage()
996 FREE_HASHTABLE(intern->registered_phpfunctions); in dom_xpath_objects_free_storage()
1101 intern->registered_phpfunctions = zend_new_array(0); in dom_xpath_objects_new()

Completed in 20 milliseconds