Home
last modified time | relevance | path

Searched refs:getParameter (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/xsl/tests/
H A Dxsltprocessor_getParameter-invalidparam.phpt2 Check xsltprocessor::getParameter with undefined parameter
8 var_dump($proc->getParameter('', 'doesnotexist'));
H A Dxsltprocessor_getParameter.phpt10 var_dump($proc->getParameter('', 'key'));
H A Dxsltprocessor_removeParameter.phpt11 var_dump($proc->getParameter('', 'key'));
/PHP-8.1/ext/xsl/
H A Dphp_xsl_arginfo.h62 ZEND_METHOD(XSLTProcessor, getParameter);
77 ZEND_ME(XSLTProcessor, getParameter, arginfo_class_XSLTProcessor_getParameter, ZEND_ACC_PUBLIC)
H A Dphp_xsl.stub.php35 public function getParameter(string $namespace, string $name): string|false {} function in XSLTProcessor
H A Dxsltprocessor.c726 PHP_METHOD(XSLTProcessor, getParameter) in PHP_METHOD() argument

Completed in 12 milliseconds