Home
last modified time | relevance | path

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

/PHP-8.2/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');
/PHP-8.2/ext/xsl/
H A Dphp_xsl_arginfo.h63 ZEND_METHOD(XSLTProcessor, removeParameter);
78 …ZEND_ME(XSLTProcessor, removeParameter, arginfo_class_XSLTProcessor_removeParameter, ZEND_ACC_PUBL…
H A Dphp_xsl.stub.php105 public function removeParameter(string $namespace, string $name): bool {} function in XSLTProcessor
H A Dxsltprocessor.c743 PHP_METHOD(XSLTProcessor, removeParameter) in PHP_METHOD() argument

Completed in 18 milliseconds