Searched refs:setParameter (Results 1 – 17 of 17) sorted by relevance
/php-src/ext/xsl/tests/ |
H A D | setParameter_null_bytes.phpt | 2 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 D | req30622_errors.phpt | 2 Request #30622 (XSLT: xsltProcessor->setParameter() cannot set namespace URI) - error cases 13 $proc->setParameter("urn:x", "{urn:a}x", ""); 19 $proc->setParameter("urn:x", "a:b", ""); 49 $proc->setParameter("urn:x", ":b", ""); 50 $proc->setParameter("urn:x", ":", ""); 54 XSLTProcessor::setParameter(): Argument #2 ($name) must not use clark notation when argument #1 ($n… 55 XSLTProcessor::setParameter(): Argument #2 ($name) must not be a QName when argument #1 ($namespace…
|
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 | getParameter.phpt | 11 $xslt->setParameter('', 'foo', 'bar'); 17 $xslt->setParameter('', 'foo', str_repeat('"abcd"', mt_rand(2, 2) /* defeat SCCP */));
|
H A D | req30622.phpt | 2 Request #30622 (XSLT: xsltProcessor->setParameter() cannot set namespace URI) 34 $proc->setParameter("", "foo", "SET1"); 35 $proc->setParameter("http://www.php.net/test", "foo", "SET2"); 59 $proc->setParameter("", ["foo" => "SET1"]); 60 $proc->setParameter("http://www.php.net/test", ["foo" => "SET2"]);
|
H A D | bug64137.phpt | 2 Request #64137 (XSLTProcessor::setParameter() should allow both quotes to be used) 17 $xslt->setParameter('', 'foo', $input);
|
H A D | setParameter_exceptions_test.phpt | 2 setParameter exceptions test 17 $xslt->setParameter('', $options); 89 XSLTProcessor::setParameter(): Argument #2 ($name) must contain only string keys
|
H A D | xsltprocessor_getParameter.phpt | 9 $proc->setParameter('', 'key', 'value');
|
H A D | bug48221.phpt | 9 $proc->setParameter('', '', '"\'');
|
H A D | xsltprocessor_removeParameter.phpt | 9 $proc->setParameter('', 'key', 'value');
|
H A D | xsltprocessor_setparameter-errorquote.phpt | 11 $proc->setParameter('', '', '"\'');
|
H A D | xslt003.phpt | 10 $proc->setParameter( "", "foo","hello world");
|
H A D | xslt012.phpt | 37 $proc->setParameter( "", $parameters);
|
/php-src/ext/xsl/ |
H A D | php_xsl.stub.php | 107 …public function setParameter(string $namespace, array|string $name, ?string $value = null): bool {} function in XSLTProcessor
|
H A D | php_xsl_arginfo.h | 66 ZEND_METHOD(XSLTProcessor, setParameter); 81 ZEND_ME(XSLTProcessor, setParameter, arginfo_class_XSLTProcessor_setParameter, ZEND_ACC_PUBLIC)
|
H A D | xsltprocessor.c | 579 PHP_METHOD(XSLTProcessor, setParameter) in PHP_METHOD() argument
|
/php-src/ |
H A D | UPGRADING | 52 XSLTProcessor::setParameter() and XSLTProcessor::removeParameter()
|
Completed in 31 milliseconds