Home
last modified time | relevance | path

Searched refs:XSLTProcessor (Results 1 – 24 of 24) sorted by relevance

/PHP-8.0/ext/xsl/
H A Dphp_xsl_arginfo.h53 ZEND_METHOD(XSLTProcessor, importStylesheet);
54 ZEND_METHOD(XSLTProcessor, transformToDoc);
55 ZEND_METHOD(XSLTProcessor, transformToUri);
56 ZEND_METHOD(XSLTProcessor, transformToXml);
57 ZEND_METHOD(XSLTProcessor, setParameter);
58 ZEND_METHOD(XSLTProcessor, getParameter);
59 ZEND_METHOD(XSLTProcessor, removeParameter);
60 ZEND_METHOD(XSLTProcessor, hasExsltSupport);
62 ZEND_METHOD(XSLTProcessor, setProfiling);
63 ZEND_METHOD(XSLTProcessor, setSecurityPrefs);
[all …]
H A Dxsltprocessor.c312 PHP_METHOD(XSLTProcessor, importStylesheet) in PHP_METHOD() argument
541 PHP_METHOD(XSLTProcessor, transformToDoc) in PHP_METHOD() argument
596 PHP_METHOD(XSLTProcessor, transformToUri) in PHP_METHOD() argument
627 PHP_METHOD(XSLTProcessor, transformToXml) in PHP_METHOD() argument
664 PHP_METHOD(XSLTProcessor, setParameter) in PHP_METHOD() argument
721 PHP_METHOD(XSLTProcessor, getParameter) in PHP_METHOD() argument
743 PHP_METHOD(XSLTProcessor, removeParameter) in PHP_METHOD() argument
802 PHP_METHOD(XSLTProcessor, setProfiling) in PHP_METHOD() argument
828 PHP_METHOD(XSLTProcessor, setSecurityPrefs) in PHP_METHOD() argument
847 PHP_METHOD(XSLTProcessor, getSecurityPrefs) in PHP_METHOD() argument
[all …]
H A Dphp_xsl.stub.php5 class XSLTProcessor class
/PHP-8.0/ext/xsl/tests/
H A Dbug49634.phpt43 $xsltProcessor = new XSLTProcessor();
57 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
62 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
67 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
72 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
77 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
82 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
87 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
92 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
97 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
[all …]
H A Dbug71540.phpt44 $proc = new XSLTProcessor();
51 Warning: XSLTProcessor::transformToXml(): xmlXPathCompOpEval: function test not found in %sbug71540…
53 Warning: XSLTProcessor::transformToXml(): Unregistered function in %sbug71540.php on line %d
55 Warning: XSLTProcessor::transformToXml(): Stack usage error in %sbug71540.php on line %d
57 Warning: XSLTProcessor::transformToXml(): Stack usage error in %sbug71540.php on line %d
59 Warning: XSLTProcessor::transformToXml(): Handler name must be a string in %sbug71540.php on line %d
61 Warning: XSLTProcessor::transformToXml(): xmlXPathCompiledEval: 2 objects left on the stack. in %sb…
63 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line 13 element value-of in %sbug7…
65 Warning: XSLTProcessor::transformToXml(): XPath evaluation returned no result. in %sbug71540.php on…
H A Dxsltprocessor_transformToDoc_no_stylesheet.phpt2 Calling XSLTProcessor::transformToDoc() without stylesheet
8 $xsl = new XSLTProcessor;
17 XSLTProcessor::transformToDoc() can only be called after a stylesheet has been imported
H A Dxsltprocessor_importStylesheet-invalidparam.phpt2 XSLTProcessor::importStylesheet() - Test with invalid stylesheet
12 $xslt = new XSLTProcessor();
22 XSLTProcessor::importStylesheet(): Argument #1 ($stylesheet) must be a valid XML node
H A Dxsltprocessor_hasExsltSupport_wrongparam_001.phpt2 Check XSLTProcessor::hasExsltSupport() with 1 parameter
9 $proc = new XSLTProcessor();
17 XSLTProcessor::hasExsltSupport() expects exactly 0 arguments, 1 given
H A Dbug54446.phpt74 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
76 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line …
78 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
80 Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt de…
84 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
86 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line …
88 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
90 Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt de…
H A Dbug54446_with_ini.phpt75 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
77 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test_with_ini.txt refused in %s…
79 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
81 Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test_with_i…
85 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
87 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test_with_ini.txt refused in %s…
89 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
91 Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test_with_i…
H A Dxsltprocessor_hasExsltSupport.phpt2 Test the basics to function XSLTProcessor::hasExsltSupport().
9 $proc = new XSLTProcessor();
H A Dxsltprocessor_transformToDoc.phpt2 Test the basics to function XSLTProcessor::transformToDoc().
44 $proc = new XSLTProcessor();
H A Dxsltprocessor_transformToURI.phpt2 Test the basics to function XSLTProcessor::transformToURI().
46 $proc = new XSLTProcessor();
H A Dxsltprocessor_transformToXML.phpt2 Test the basics to function XSLTProcessor::transformToXml().
47 $proc = new XSLTProcessor();
H A Dbug48221.phpt15 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
H A Dxsltprocessor_setparameter-nostring.phpt23 XSLTProcessor::setParameter(): Argument #2 ($name) must contain only string keys
H A Dxsltprocessor_setparameter-errorquote.phpt19 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt25 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt25 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt27 Warning: XSLTProcessor::transformToXml(): Unable to call handler undefinedfunc() in %s on line %d
H A Dbug53965.phpt18 $proc = new XSLTProcessor;
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt28 Warning: XSLTProcessor::transformToXml(): Handler name must be a string in %s on line %d
H A Dxslt011.phpt52 Warning: XSLTProcessor::transformToXml(): A PHP Object cannot be converted to a XPath-string in %s …
H A Dbug70078.phpt43 $xslt = new \XSLTProcessor();

Completed in 31 milliseconds