registered_phpfunctions 1019 ext/dom/php_dom.c 	if (intern->registered_phpfunctions) {
registered_phpfunctions 1020 ext/dom/php_dom.c 		zend_hash_destroy(intern->registered_phpfunctions);
registered_phpfunctions 1021 ext/dom/php_dom.c 		FREE_HASHTABLE(intern->registered_phpfunctions);
registered_phpfunctions 1108 ext/dom/php_dom.c 	ALLOC_HASHTABLE(intern->registered_phpfunctions);
registered_phpfunctions 1109 ext/dom/php_dom.c 	zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0);
registered_phpfunctions   72 ext/dom/php_dom.h 	HashTable *registered_phpfunctions;
registered_phpfunctions  198 ext/dom/xpath.c 	} else if (intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, callable) == 0) {
registered_phpfunctions  522 ext/dom/xpath.c 			zend_hash_update(intern->registered_phpfunctions, str, &new_string);
registered_phpfunctions  532 ext/dom/xpath.c 		zend_hash_update(intern->registered_phpfunctions, name, &new_string);
registered_phpfunctions   78 ext/xsl/php_xsl.c 	zend_hash_destroy(intern->registered_phpfunctions);
registered_phpfunctions   79 ext/xsl/php_xsl.c 	FREE_HASHTABLE(intern->registered_phpfunctions);
registered_phpfunctions  118 ext/xsl/php_xsl.c 	ALLOC_HASHTABLE(intern->registered_phpfunctions);
registered_phpfunctions  119 ext/xsl/php_xsl.c 	zend_hash_init(intern->registered_phpfunctions, 0, NULL, ZVAL_PTR_DTOR, 0);
registered_phpfunctions   66 ext/xsl/php_xsl.h 	HashTable *registered_phpfunctions;
registered_phpfunctions  331 ext/xsl/xsltprocessor.c 	} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, callable) == 0) {
registered_phpfunctions  857 ext/xsl/xsltprocessor.c 			zend_hash_update(intern->registered_phpfunctions, Z_STR_P(entry), &new_string);
registered_phpfunctions  865 ext/xsl/xsltprocessor.c 		zend_hash_update(intern->registered_phpfunctions, name, &new_string);