registerPhpFunctions 1231 ext/dom/php_dom.c 	intern->registerPhpFunctions = 0;
registerPhpFunctions   76 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  101 ext/dom/xpath.c 		else if (intern->registerPhpFunctions == 0) {
registerPhpFunctions  209 ext/dom/xpath.c 	} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, callable, strlen(callable) + 1) == 0) { 
registerPhpFunctions  572 ext/dom/xpath.c 		intern->registerPhpFunctions = 2;
registerPhpFunctions  581 ext/dom/xpath.c 		intern->registerPhpFunctions = 2;
registerPhpFunctions  585 ext/dom/xpath.c 		intern->registerPhpFunctions = 1;
registerPhpFunctions  124 ext/xsl/php_xsl.c 	intern->registerPhpFunctions = 0;
registerPhpFunctions   63 ext/xsl/php_xsl.h 	int registerPhpFunctions;
registerPhpFunctions  215 ext/xsl/xsltprocessor.c 			else if (intern->registerPhpFunctions == 0) {
registerPhpFunctions  339 ext/xsl/xsltprocessor.c 	} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, callable, strlen(callable) + 1) == 0) {
registerPhpFunctions  902 ext/xsl/xsltprocessor.c 		intern->registerPhpFunctions = 2;
registerPhpFunctions  910 ext/xsl/xsltprocessor.c 		intern->registerPhpFunctions = 2;
registerPhpFunctions  914 ext/xsl/xsltprocessor.c 		intern->registerPhpFunctions = 1;