Home
last modified time | relevance | path

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

/PHP-8.1/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()
484 PHP_METHOD(DOMXPath, registerPhpFunctions) in PHP_METHOD() argument
504 intern->registerPhpFunctions = 2; in PHP_METHOD()
508 intern->registerPhpFunctions = 2; in PHP_METHOD()
510 intern->registerPhpFunctions = 1; in PHP_METHOD()
H A Dphp_dom.h67 int registerPhpFunctions; member
H A Dphp_dom.stub.php697 public function registerPhpFunctions(string|array|null $restrict = null): void {} function in DOMXPath
H A Dphp_dom_arginfo.h642 ZEND_METHOD(DOMXPath, registerPhpFunctions);
908 …ZEND_ME(DOMXPath, registerPhpFunctions, arginfo_class_DOMXPath_registerPhpFunctions, ZEND_ACC_PUBL…
/PHP-8.1/ext/xsl/
H A Dphp_xsl.h60 int registerPhpFunctions; member
H A Dxsltprocessor.c126 else if (intern->registerPhpFunctions == 0) { in xsl_ext_function_php()
254 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()
795 intern->registerPhpFunctions = 2; in PHP_METHOD()
799 intern->registerPhpFunctions = 2; in PHP_METHOD()
801 intern->registerPhpFunctions = 1; in PHP_METHOD()
/PHP-8.1/ext/xsl/tests/
H A Dbug33853.phpt27 $proc->registerPhpFunctions();
H A Dthrow_in_autoload.phpt27 $proc->registerPhpFunctions();
H A Dphp_function_edge_cases.phpt24 $proc->registerPhpFunctions();
/PHP-8.1/ext/dom/tests/
H A Ddomxpath.phpt61 $xpath->registerPhpFunctions(['non_existant']);

Completed in 50 milliseconds