Searched refs:getParameter (Results 1 – 7 of 7) sorted by relevance
/PHP-8.4/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 | xsltprocessor_getParameter.phpt | 10 var_dump($proc->getParameter('', 'key'));
|
H A D | xsltprocessor_removeParameter.phpt | 11 var_dump($proc->getParameter('', 'key'));
|
/PHP-8.4/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 | 628 PHP_METHOD(XSLTProcessor, getParameter) in PHP_METHOD() argument
|
Completed in 10 milliseconds