Home
last modified time | relevance | path

Searched refs:setParameter (Results 1 – 16 of 16) sorted by relevance

/php-src/ext/xsl/tests/
H A DsetParameter_null_bytes.phpt2 setParameter() with null bytes
11 $xslt->setParameter("", "foo\0", "bar");
17 $xslt->setParameter("", "foo", "bar\0");
23 $xslt->setParameter("", [
31 $xslt->setParameter("", [
40 XSLTProcessor::setParameter(): Argument #2 ($name) must not contain any null bytes
41 XSLTProcessor::setParameter(): Argument #3 ($value) must not contain any null bytes
42 XSLTProcessor::setParameter(): Argument #3 ($value) must not contain keys with any null bytes
43 XSLTProcessor::setParameter(): Argument #3 ($value) must not contain values with any null bytes
H A Dxsltprocessor_setparameter-nostring.phpt12 $proc->setParameter('', array(4, 'abc'));
19 XSLTProcessor::setParameter(): Argument #2 ($name) must contain only string keys
H A DgetParameter.phpt11 $xslt->setParameter('', 'foo', 'bar');
17 $xslt->setParameter('', 'foo', str_repeat('"abcd"', mt_rand(2, 2) /* defeat SCCP */));
H A Dbug64137.phpt2 Request #64137 (XSLTProcessor::setParameter() should allow both quotes to be used)
17 $xslt->setParameter('', 'foo', $input);
H A DsetParameter_exceptions_test.phpt2 setParameter exceptions test
17 $xslt->setParameter('', $options);
89 XSLTProcessor::setParameter(): Argument #2 ($name) must contain only string keys
H A Dxsltprocessor_getParameter.phpt9 $proc->setParameter('', 'key', 'value');
H A Dbug48221.phpt9 $proc->setParameter('', '', '"\'');
H A Dxsltprocessor_removeParameter.phpt9 $proc->setParameter('', 'key', 'value');
H A Dxsltprocessor_setparameter-errorquote.phpt11 $proc->setParameter('', '', '"\'');
H A Dxslt003.phpt10 $proc->setParameter( "", "foo","hello world");
H A Dxslt012.phpt37 $proc->setParameter( "", $parameters);
/php-src/ext/xsl/
H A Dphp_xsl.stub.php107 …public function setParameter(string $namespace, array|string $name, ?string $value = null): bool {} function in XSLTProcessor
H A Dphp_xsl_arginfo.h66 ZEND_METHOD(XSLTProcessor, setParameter);
81 ZEND_ME(XSLTProcessor, setParameter, arginfo_class_XSLTProcessor_setParameter, ZEND_ACC_PUBLIC)
H A Dxsltprocessor.c553 PHP_METHOD(XSLTProcessor, setParameter) in PHP_METHOD() argument
/php-src/
H A DNEWS766 . Implement request #64137 (XSLTProcessor::setParameter() should allow both
H A DUPGRADING255 . XSLTProcessor::setParameter() will now throw a ValueError when its arguments

Completed in 33 milliseconds