Home
last modified time | relevance | path

Searched refs:removeParameter (Results 1 – 6 of 6) 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');
/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.c650 PHP_METHOD(XSLTProcessor, removeParameter) in PHP_METHOD() argument

Completed in 10 milliseconds