Searched refs:removeParameter (Results 1 – 5 of 5) sorted by relevance
2 Check xsltprocessor::removeParameter with invalid parameter9 var_dump($proc->removeParameter('', 'doesnotexist'));
2 Check xsltprocessor::removeParameter functionality10 $proc->removeParameter('', 'key');
63 ZEND_METHOD(XSLTProcessor, removeParameter);78 …ZEND_ME(XSLTProcessor, removeParameter, arginfo_class_XSLTProcessor_removeParameter, ZEND_ACC_PUBL…
105 public function removeParameter(string $namespace, string $name): bool {} function in XSLTProcessor
755 PHP_METHOD(XSLTProcessor, removeParameter) in PHP_METHOD() argument
Completed in 8 milliseconds