Home
last modified time | relevance | path

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

/php-src/ext/xsl/tests/
H A DgetParameter.phpt2 XSLTProcessor::getParameter()
12 var_dump($xslt->getParameter("", "foo"));
14 var_dump($xslt->getParameter("", "foo"));
18 var_dump($xslt->getParameter("", "foo"));
20 var_dump($xslt->getParameter("", "foo"));
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-src/ext/xsl/
H A Dphp_xsl.stub.php110 public function getParameter(string $namespace, string $name): string|false {} function in XSLTProcessor
H A Dphp_xsl_arginfo.h67 ZEND_METHOD(XSLTProcessor, getParameter);
82 ZEND_ME(XSLTProcessor, getParameter, arginfo_class_XSLTProcessor_getParameter, ZEND_ACC_PUBLIC)
H A Dxsltprocessor.c628 PHP_METHOD(XSLTProcessor, getParameter) in PHP_METHOD() argument

Completed in 10 milliseconds