Searched refs:removeParameter (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/xsl/tests/ |
H A D | xsltprocessor_removeParameter-invalidparam.phpt | 2 Check xsltprocessor::removeParameter with invalid parameter 9 var_dump($proc->removeParameter('', 'doesnotexist'));
|
H A D | xsltprocessor_removeParameter.phpt | 2 Check xsltprocessor::removeParameter functionality 10 $proc->removeParameter('', 'key');
|
H A D | getParameter.phpt | 13 $xslt->removeParameter('', 'foo'); 19 $xslt->removeParameter('', 'foo');
|
H A D | req30622_errors.phpt | 37 $proc->removeParameter("urn:x", "{urn:a}x"); 43 $proc->removeParameter("urn:x", "a:b"); 58 XSLTProcessor::removeParameter(): Argument #2 ($name) must not use clark notation when argument #1 … 59 XSLTProcessor::removeParameter(): Argument #2 ($name) must not be a QName when argument #1 ($namesp…
|
H A D | req30622.phpt | 43 var_dump($proc->removeParameter("", "foo")); 51 var_dump($proc->removeParameter("http://www.php.net/test", "foo"));
|
/php-src/ext/xsl/ |
H A D | php_xsl.stub.php | 113 public function removeParameter(string $namespace, string $name): bool {} function in XSLTProcessor
|
H A D | php_xsl_arginfo.h | 68 ZEND_METHOD(XSLTProcessor, removeParameter); 83 …ZEND_ME(XSLTProcessor, removeParameter, arginfo_class_XSLTProcessor_removeParameter, ZEND_ACC_PUBL…
|
H A D | xsltprocessor.c | 692 PHP_METHOD(XSLTProcessor, removeParameter) in PHP_METHOD() argument
|
/php-src/ |
H A D | UPGRADING | 49 XSLTProcessor::setParameter() and XSLTProcessor::removeParameter()
|
Completed in 13 milliseconds