Searched refs:getParameter (Results 1 – 10 of 10) sorted by relevance
/php-src/ext/xsl/tests/ |
H A D | getParameter.phpt | 2 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 D | xsltprocessor_getParameter-invalidparam.phpt | 2 Check xsltprocessor::getParameter with undefined parameter 8 var_dump($proc->getParameter('', 'doesnotexist'));
|
H A D | req30622.phpt | 36 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 D | req30622_errors.phpt | 25 $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 D | xsltprocessor_getParameter.phpt | 10 var_dump($proc->getParameter('', 'key'));
|
H A D | xsltprocessor_removeParameter.phpt | 11 var_dump($proc->getParameter('', 'key'));
|
/php-src/ext/xsl/ |
H A D | php_xsl.stub.php | 110 public function getParameter(string $namespace, string $name): string|false {} function in XSLTProcessor
|
H A D | php_xsl_arginfo.h | 67 ZEND_METHOD(XSLTProcessor, getParameter); 82 ZEND_ME(XSLTProcessor, getParameter, arginfo_class_XSLTProcessor_getParameter, ZEND_ACC_PUBLIC)
|
H A D | xsltprocessor.c | 666 PHP_METHOD(XSLTProcessor, getParameter) in PHP_METHOD() argument
|
/php-src/ |
H A D | UPGRADING | 51 . The $namespace argument of XSLTProcessor::getParameter(),
|
Completed in 19 milliseconds