Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/
H A Dxpath.c58 else if (intern->registerPhpFunctions == 0) { in dom_xpath_ext_function_php()
153 …} else if (intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, … in dom_xpath_ext_function_php()
489 PHP_METHOD(DOMXPath, registerPhpFunctions) in PHP_METHOD() argument
509 intern->registerPhpFunctions = 2; in PHP_METHOD()
513 intern->registerPhpFunctions = 2; in PHP_METHOD()
515 intern->registerPhpFunctions = 1; in PHP_METHOD()
H A Dphp_dom.h67 int registerPhpFunctions; member
H A Dphp_dom.stub.php432 public function registerPhpFunctions(string|array|null $restrict = null) {} function in DOMXPath
H A Dphp_dom_arginfo.h584 ZEND_METHOD(DOMXPath, registerPhpFunctions);
846 …ZEND_ME(DOMXPath, registerPhpFunctions, arginfo_class_DOMXPath_registerPhpFunctions, ZEND_ACC_PUBL…
/PHP-8.0/ext/xsl/
H A Dphp_xsl.h60 int registerPhpFunctions; member
H A Dxsltprocessor.c126 else if (intern->registerPhpFunctions == 0) { in xsl_ext_function_php()
249 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()
790 intern->registerPhpFunctions = 2; in PHP_METHOD()
794 intern->registerPhpFunctions = 2; in PHP_METHOD()
796 intern->registerPhpFunctions = 1; in PHP_METHOD()
/PHP-8.0/ext/xsl/tests/
H A Dbug33853.phpt29 $proc->registerPhpFunctions();
H A Dthrow_in_autoload.phpt29 $proc->registerPhpFunctions();
/PHP-8.0/ext/dom/tests/
H A Ddomxpath.phpt61 $xpath->registerPhpFunctions(['non_existant']);

Completed in 18 milliseconds