Home
last modified time | relevance | path

Searched refs:registerPhpFunctions (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/dom/
H A Dxpath.c70 …PHP_FALIAS(registerPhpFunctions, dom_xpath_register_php_functions, arginfo_dom_xpath_register_php_…
101 else if (intern->registerPhpFunctions == 0) { in dom_xpath_ext_function_php()
209 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in dom_xpath_ext_function_php()
572 intern->registerPhpFunctions = 2; in PHP_FUNCTION()
581 intern->registerPhpFunctions = 2; in PHP_FUNCTION()
585 intern->registerPhpFunctions = 1; in PHP_FUNCTION()
H A Dphp_dom.h76 int registerPhpFunctions; member
H A Dphp_dom.c1226 intern->registerPhpFunctions = 0; in dom_xpath_objects_new()
/PHP-5.5/ext/xsl/tests/
H A Dbug33853.phpt27 $proc->registerPhpFunctions();
/PHP-5.5/ext/xsl/
H A Dphp_xsl.h63 int registerPhpFunctions; member
H A Dxsltprocessor.c215 else if (intern->registerPhpFunctions == 0) { in xsl_ext_function_php()
335 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()
898 intern->registerPhpFunctions = 2; in PHP_FUNCTION()
906 intern->registerPhpFunctions = 2; in PHP_FUNCTION()
910 intern->registerPhpFunctions = 1; in PHP_FUNCTION()
H A Dphp_xsl.c124 intern->registerPhpFunctions = 0; in xsl_objects_new()

Completed in 22 milliseconds