Searched refs:setParameter (Results 1 – 10 of 10) sorted by relevance
/PHP-8.3/ext/xsl/tests/ |
H A D | xsltprocessor_setparameter-nostring.phpt | 12 $proc->setParameter('', array(4, 'abc')); 19 XSLTProcessor::setParameter(): Argument #2 ($name) must contain only string keys
|
H A D | xsltprocessor_getParameter.phpt | 9 $proc->setParameter('', 'key', 'value');
|
H A D | xsltprocessor_removeParameter.phpt | 9 $proc->setParameter('', 'key', 'value');
|
H A D | bug48221.phpt | 9 $proc->setParameter('', '', '"\'');
|
H A D | xslt003.phpt | 10 $proc->setParameter( "", "foo","hello world");
|
H A D | xsltprocessor_setparameter-errorquote.phpt | 11 $proc->setParameter('', '', '"\'');
|
H A D | xslt012.phpt | 37 $proc->setParameter( "", $parameters);
|
/PHP-8.3/ext/xsl/ |
H A D | php_xsl_arginfo.h | 61 ZEND_METHOD(XSLTProcessor, setParameter); 76 ZEND_ME(XSLTProcessor, setParameter, arginfo_class_XSLTProcessor_setParameter, ZEND_ACC_PUBLIC)
|
H A D | php_xsl.stub.php | 99 …public function setParameter(string $namespace, array|string $name, ?string $value = null): bool {} function in XSLTProcessor
|
H A D | xsltprocessor.c | 676 PHP_METHOD(XSLTProcessor, setParameter) in PHP_METHOD() argument
|
Completed in 17 milliseconds