Home
last modified time | relevance | path

Searched refs:getParameter (Results 1 – 10 of 10) 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 Dreq30622.phpt36 var_dump($proc->getParameter("", "foo"));
37 var_dump($proc->getParameter("http://www.php.net/test", "foo"));
44 var_dump($proc->getParameter("", "foo"));
45 var_dump($proc->getParameter("http://www.php.net/test", "foo"));
52 var_dump($proc->getParameter("", "foo"));
53 var_dump($proc->getParameter("http://www.php.net/test", "foo"));
H A Dreq30622_errors.phpt25 $proc->getParameter("urn:x", "{urn:a}x");
31 $proc->getParameter("urn:x", "a:b");
56 XSLTProcessor::getParameter(): Argument #2 ($name) must not use clark notation when argument #1 ($n…
57 XSLTProcessor::getParameter(): Argument #2 ($name) must not be a QName when argument #1 ($namespace…
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.c666 PHP_METHOD(XSLTProcessor, getParameter) in PHP_METHOD() argument
/php-src/
H A DUPGRADING51 . The $namespace argument of XSLTProcessor::getParameter(),

Completed in 15 milliseconds