Home
last modified time | relevance | path

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

/PHP-8.0/ext/xsl/tests/
H A Dxsltprocessor_getParameter-invalidparam.phpt2 Check xsltprocessor::getParameter with undefined parameter
12 var_dump($proc->getParameter('', 'doesnotexist'));
H A Dxsltprocessor_getParameter.phpt14 var_dump($proc->getParameter('', 'key'));
H A Dxsltprocessor_removeParameter.phpt15 var_dump($proc->getParameter('', 'key'));
/PHP-8.0/ext/xsl/
H A Dphp_xsl_arginfo.h58 ZEND_METHOD(XSLTProcessor, getParameter);
73 ZEND_ME(XSLTProcessor, getParameter, arginfo_class_XSLTProcessor_getParameter, ZEND_ACC_PUBLIC)
H A Dphp_xsl.stub.php35 public function getParameter(string $namespace, string $name) {} function in XSLTProcessor
H A Dxsltprocessor.c721 PHP_METHOD(XSLTProcessor, getParameter) in PHP_METHOD() argument

Completed in 21 milliseconds