Searched refs:registerPhpFunctions (Results 1 – 10 of 10) sorted by relevance
58 else if (intern->registerPhpFunctions == 0) { in dom_xpath_ext_function_php()156 …} else if (intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions, … in dom_xpath_ext_function_php()492 PHP_METHOD(DOMXPath, registerPhpFunctions) in PHP_METHOD() argument512 intern->registerPhpFunctions = 2; in PHP_METHOD()516 intern->registerPhpFunctions = 2; in PHP_METHOD()518 intern->registerPhpFunctions = 1; in PHP_METHOD()
67 int registerPhpFunctions; member
974 public function registerPhpFunctions(string|array|null $restrict = null): void {} function in DOMXPath
693 ZEND_METHOD(DOMXPath, registerPhpFunctions);962 …ZEND_ME(DOMXPath, registerPhpFunctions, arginfo_class_DOMXPath_registerPhpFunctions, ZEND_ACC_PUBL…
60 int registerPhpFunctions; member
126 else if (intern->registerPhpFunctions == 0) { in xsl_ext_function_php()266 …} else if ( intern->registerPhpFunctions == 2 && zend_hash_exists(intern->registered_phpfunctions,… in xsl_ext_function_php()802 intern->registerPhpFunctions = 2; in PHP_METHOD()806 intern->registerPhpFunctions = 2; in PHP_METHOD()808 intern->registerPhpFunctions = 1; in PHP_METHOD()
27 $proc->registerPhpFunctions();
24 $proc->registerPhpFunctions();
61 $xpath->registerPhpFunctions(['non_existant']);
Completed in 31 milliseconds