Home
last modified time | relevance | path

Searched refs:removeParameter (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/xsl/tests/
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
9 var_dump($proc->removeParameter('', 'doesnotexist'));
H A Dxsltprocessor_removeParameter.phpt2 Check xsltprocessor::removeParameter functionality
10 $proc->removeParameter('', 'key');
H A DgetParameter.phpt13 $xslt->removeParameter('', 'foo');
19 $xslt->removeParameter('', 'foo');
H A Dreq30622_errors.phpt37 $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 Dreq30622.phpt43 var_dump($proc->removeParameter("", "foo"));
51 var_dump($proc->removeParameter("http://www.php.net/test", "foo"));
/php-src/ext/xsl/
H A Dphp_xsl.stub.php113 public function removeParameter(string $namespace, string $name): bool {} function in XSLTProcessor
H A Dphp_xsl_arginfo.h68 ZEND_METHOD(XSLTProcessor, removeParameter);
83 …ZEND_ME(XSLTProcessor, removeParameter, arginfo_class_XSLTProcessor_removeParameter, ZEND_ACC_PUBL…
H A Dxsltprocessor.c692 PHP_METHOD(XSLTProcessor, removeParameter) in PHP_METHOD() argument
/php-src/
H A DUPGRADING49 XSLTProcessor::setParameter() and XSLTProcessor::removeParameter()

Completed in 13 milliseconds