Home
last modified time | relevance | path

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

/PHP-8.0/ext/xsl/tests/
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
13 var_dump($proc->removeParameter('', 'doesnotexist'));
H A Dxsltprocessor_removeParameter.phpt2 Check xsltprocessor::removeParameter functionality
14 $proc->removeParameter('', 'key');
/PHP-8.0/ext/xsl/
H A Dphp_xsl_arginfo.h59 ZEND_METHOD(XSLTProcessor, removeParameter);
74 …ZEND_ME(XSLTProcessor, removeParameter, arginfo_class_XSLTProcessor_removeParameter, ZEND_ACC_PUBL…
H A Dphp_xsl.stub.php38 public function removeParameter(string $namespace, string $name) {} function in XSLTProcessor
H A Dxsltprocessor.c743 PHP_METHOD(XSLTProcessor, removeParameter) in PHP_METHOD() argument

Completed in 12 milliseconds