registerPhpFunctions   71 ext/dom/php_dom.h 	int registerPhpFunctions;
registerPhpFunctions   70 ext/dom/xpath.c 	PHP_FALIAS(registerPhpFunctions, dom_xpath_register_php_functions, arginfo_dom_xpath_register_php_functions)
registerPhpFunctions   98 ext/dom/xpath.c 		else if (intern->registerPhpFunctions == 0) {
registerPhpFunctions  198 ext/dom/xpath.c 	} else if (intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, callable) == 0) {
registerPhpFunctions  525 ext/dom/xpath.c 		intern->registerPhpFunctions = 2;
registerPhpFunctions  533 ext/dom/xpath.c 		intern->registerPhpFunctions = 2;
registerPhpFunctions  536 ext/dom/xpath.c 		intern->registerPhpFunctions = 1;
registerPhpFunctions   65 ext/xsl/php_xsl.h 	int registerPhpFunctions;
registerPhpFunctions  209 ext/xsl/xsltprocessor.c 			else if (intern->registerPhpFunctions == 0) {
registerPhpFunctions  331 ext/xsl/xsltprocessor.c 	} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, callable) == 0) {
registerPhpFunctions  860 ext/xsl/xsltprocessor.c 		intern->registerPhpFunctions = 2;
registerPhpFunctions  866 ext/xsl/xsltprocessor.c 		intern->registerPhpFunctions = 2;
registerPhpFunctions  870 ext/xsl/xsltprocessor.c 		intern->registerPhpFunctions = 1;