Searched refs:removeParameter (Results 1 – 5 of 5) sorted by relevance
2 Check xsltprocessor::removeParameter with invalid parameter13 var_dump($proc->removeParameter('', 'doesnotexist'));
2 Check xsltprocessor::removeParameter functionality14 $proc->removeParameter('', 'key');
59 ZEND_METHOD(XSLTProcessor, removeParameter);74 …ZEND_ME(XSLTProcessor, removeParameter, arginfo_class_XSLTProcessor_removeParameter, ZEND_ACC_PUBL…
38 public function removeParameter(string $namespace, string $name) {} function in XSLTProcessor
743 PHP_METHOD(XSLTProcessor, removeParameter) in PHP_METHOD() argument
Completed in 10 milliseconds