Home
last modified time | relevance | path

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

/PHP-7.3/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.c328 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()
845 zend_hash_update(intern->registered_phpfunctions, Z_STR_P(entry), &new_string); in PHP_FUNCTION()
853 zend_hash_update(intern->registered_phpfunctions, name, &new_string); in PHP_FUNCTION()
/PHP-7.3/ext/dom/
H A Dxpath.c196 …} else if (intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, … in dom_xpath_ext_function_php()
520 zend_hash_update(intern->registered_phpfunctions, str, &new_string); in PHP_FUNCTION()
530 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.c1015 if (intern->registered_phpfunctions) { in dom_xpath_objects_free_storage()
1016 zend_hash_destroy(intern->registered_phpfunctions); in dom_xpath_objects_free_storage()
1017 FREE_HASHTABLE(intern->registered_phpfunctions); in dom_xpath_objects_free_storage()
1102 intern->registered_phpfunctions = zend_new_array(0); in dom_xpath_objects_new()

Completed in 17 milliseconds