Searched refs:removeParameter (Results 1 – 6 of 6) sorted by relevance
/PHP-8.4/ext/xsl/tests/ |
H A D | xsltprocessor_removeParameter-invalidparam.phpt | 2 Check xsltprocessor::removeParameter with invalid parameter 9 var_dump($proc->removeParameter('', 'doesnotexist'));
|
H A D | xsltprocessor_removeParameter.phpt | 2 Check xsltprocessor::removeParameter functionality 10 $proc->removeParameter('', 'key');
|
H A D | getParameter.phpt | 13 $xslt->removeParameter('', 'foo'); 19 $xslt->removeParameter('', 'foo');
|
/PHP-8.4/ext/xsl/ |
H A D | php_xsl.stub.php | 113 public function removeParameter(string $namespace, string $name): bool {} function in XSLTProcessor
|
H A D | php_xsl_arginfo.h | 68 ZEND_METHOD(XSLTProcessor, removeParameter); 83 …ZEND_ME(XSLTProcessor, removeParameter, arginfo_class_XSLTProcessor_removeParameter, ZEND_ACC_PUBL…
|
H A D | xsltprocessor.c | 650 PHP_METHOD(XSLTProcessor, removeParameter) in PHP_METHOD() argument
|
Completed in 10 milliseconds