Home
last modified time | relevance | path

Searched refs:setParameter (Results 1 – 10 of 10) sorted by path

/PHP-8.0/ext/xsl/
H A Dphp_xsl.stub.php32 public function setParameter(string $namespace, array|string $name, ?string $value = null) {} function in XSLTProcessor
H A Dphp_xsl_arginfo.h57 ZEND_METHOD(XSLTProcessor, setParameter);
72 ZEND_ME(XSLTProcessor, setParameter, arginfo_class_XSLTProcessor_setParameter, ZEND_ACC_PUBLIC)
H A Dxsltprocessor.c664 PHP_METHOD(XSLTProcessor, setParameter) in PHP_METHOD() argument
/PHP-8.0/ext/xsl/tests/
H A Dbug48221.phpt11 $proc->setParameter('', '', '"\'');
H A Dxslt003.phpt10 $proc->setParameter( "", "foo","hello world");
H A Dxslt012.phpt37 $proc->setParameter( "", $parameters);
H A Dxsltprocessor_getParameter.phpt13 $proc->setParameter('', 'key', 'value');
H A Dxsltprocessor_removeParameter.phpt13 $proc->setParameter('', 'key', 'value');
H A Dxsltprocessor_setparameter-errorquote.phpt15 $proc->setParameter('', '', '"\'');
H A Dxsltprocessor_setparameter-nostring.phpt16 $proc->setParameter('', array(4, 'abc'));
23 XSLTProcessor::setParameter(): Argument #2 ($name) must contain only string keys

Completed in 45 milliseconds