Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/xsl/
H A Dphp_xsl_arginfo.h57 ZEND_METHOD(XSLTProcessor, importStylesheet);
58 ZEND_METHOD(XSLTProcessor, transformToDoc);
59 ZEND_METHOD(XSLTProcessor, transformToUri);
60 ZEND_METHOD(XSLTProcessor, transformToXml);
61 ZEND_METHOD(XSLTProcessor, setParameter);
62 ZEND_METHOD(XSLTProcessor, getParameter);
63 ZEND_METHOD(XSLTProcessor, removeParameter);
64 ZEND_METHOD(XSLTProcessor, hasExsltSupport);
66 ZEND_METHOD(XSLTProcessor, setProfiling);
67 ZEND_METHOD(XSLTProcessor, setSecurityPrefs);
[all …]
H A Dxsltprocessor.c310 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.php72 class XSLTProcessor class
/PHP-8.2/ext/xsl/tests/
H A Dbug49634.phpt41 $xsltProcessor = new XSLTProcessor();
55 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
60 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
65 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
70 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
75 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
80 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
85 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
90 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
95 #1 %s(%d): XSLTProcessor->transformToDoc(Object(DOMDocument))
[all …]
H A Dbug71540.phpt45 $proc = new XSLTProcessor();
52 Warning: XSLTProcessor::transformToXml(): xmlXPathCompOpEval: function test not found in %sbug71540…
54 Warning: XSLTProcessor::transformToXml(): Unregistered function in %sbug71540.php on line %d
56 Warning: XSLTProcessor::transformToXml(): Stack usage error in %sbug71540.php on line %d
58 Warning: XSLTProcessor::transformToXml(): Stack usage error in %sbug71540.php on line %d
60 Warning: XSLTProcessor::transformToXml(): Handler name must be a string in %sbug71540.php on line %d
62 Warning: XSLTProcessor::transformToXml(): xmlXPathCompiledEval: 2 objects left on the stack. in %sb…
64 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line 13 element value-of in %sbug7…
66 Warning: XSLTProcessor::transformToXml(): XPath evaluation returned no result. in %sbug71540.php on…
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 Dxsltprocessor_transformToDoc_no_stylesheet.phpt2 Calling XSLTProcessor::transformToDoc() without stylesheet
10 $xsl = new XSLTProcessor;
19 XSLTProcessor::transformToDoc() can only be called after a stylesheet has been imported
H A Dxsltprocessor_importStylesheet-invalidparam.phpt2 XSLTProcessor::importStylesheet() - Test with invalid stylesheet
8 $xslt = new XSLTProcessor();
18 XSLTProcessor::importStylesheet(): Argument #1 ($stylesheet) must be a valid XML node
H A Dbug54446.phpt72 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
74 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line …
76 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
78 Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt de…
82 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
84 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test.txt refused in %s on line …
86 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
88 Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test.txt de…
H A Dbug54446_with_ini.phpt73 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
75 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test_with_ini.txt refused in %s…
77 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
79 Warning: XSLTProcessor::transformToXml(): xsltDocumentElem: write rights for %s/bug54446test_with_i…
83 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %s element output in %s on li…
85 Warning: XSLTProcessor::transformToXml(): File write for %s/bug54446test_with_ini.txt refused in %s…
87 Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element output in %s on li…
89 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 DtransformToDoc_sxe_type_error.phpt2 XSLTProcessor::transformToDoc return value type error with SimpleXML
17 $processor = 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.phpt13 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
H A Dxsltprocessor_setparameter-nostring.phpt19 XSLTProcessor::setParameter(): Argument #2 ($name) must contain only string keys
H A Dxsltprocessor_setparameter-errorquote.phpt15 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt21 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt21 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
H A Dbug53965.phpt16 $proc = new XSLTProcessor;
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt23 Warning: XSLTProcessor::transformToXml(): Unable to call handler undefinedfunc() in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt24 Warning: XSLTProcessor::transformToXml(): Handler name must be a string in %s on line %d
H A Dphp_function_edge_cases.phpt45 Warning: XSLTProcessor::transformToDoc(): 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 …

Completed in 36 milliseconds

12