Home
last modified time | relevance | path

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

12

/php-src/ext/xsl/
H A Dphp_xsl_arginfo.h62 ZEND_METHOD(XSLTProcessor, importStylesheet);
63 ZEND_METHOD(XSLTProcessor, transformToDoc);
64 ZEND_METHOD(XSLTProcessor, transformToUri);
65 ZEND_METHOD(XSLTProcessor, transformToXml);
66 ZEND_METHOD(XSLTProcessor, setParameter);
67 ZEND_METHOD(XSLTProcessor, getParameter);
68 ZEND_METHOD(XSLTProcessor, removeParameter);
69 ZEND_METHOD(XSLTProcessor, hasExsltSupport);
72 ZEND_METHOD(XSLTProcessor, setProfiling);
73 ZEND_METHOD(XSLTProcessor, setSecurityPrefs);
[all …]
/php-src/ext/xsl/tests/
H A Dbug71571_b.phpt31 $proc = new XSLTProcessor;
40 Warning: XSLTProcessor::transformToDoc(): runtime error: file %s line 8 element param in %s on line…
45 Warning: XSLTProcessor::transformToDoc(): Templates: in %s on line %d
47 Warning: XSLTProcessor::transformToDoc(): #0 name recurse in %s on line %d
49 Warning: XSLTProcessor::transformToDoc(): #1 name recurse in %s on line %d
51 Warning: XSLTProcessor::transformToDoc(): #2 name / in %s on line %d
53 Warning: XSLTProcessor::transformToDoc(): Variables: in %s on line %d
55 Warning: XSLTProcessor::transformToDoc(): #0 in %s on line %d
57 Warning: XSLTProcessor::transformToDoc(): COUNT in %s on line %d
59 Warning: XSLTProcessor::transformToDoc(): #1 in %s on line %d
[all …]
H A Dbug71571_a.phpt28 $proc = new XSLTProcessor;
35 Warning: XSLTProcessor::transformToDoc(): runtime error: file %s line 8 element call-template in %s…
37 Warning: XSLTProcessor::transformToDoc(): xsltApplySequenceConstructor: A potential infinite templa…
40 Warning: XSLTProcessor::transformToDoc(): Templates: in %s on line %d
42 Warning: XSLTProcessor::transformToDoc(): #0 name recurse in %s on line %d
44 Warning: XSLTProcessor::transformToDoc(): #1 name recurse in %s on line %d
46 Warning: XSLTProcessor::transformToDoc(): #2 name / in %s on line %d
48 Warning: XSLTProcessor::transformToDoc(): Variables: in %s on line %d
H A DmaxTemplateDepth_modification_validation_bypass.phpt2 XSLTProcessor::$maxTemplateDepth modification validation bypass
8 $proc = new XSLTProcessor();
42 XSLTProcessor::$maxTemplateDepth must be greater than or equal to 0
44 Indirect modification of XSLTProcessor::$maxTemplateDepth is not allowed
46 Cannot unset XSLTProcessor::$maxTemplateDepth
48 object(XSLTProcessor)#1 (4) {
H A DmaxTemplateVars_modification_validation_bypass.phpt2 XSLTProcessor::$maxTemplateVars modification validation bypass
8 $proc = new XSLTProcessor();
42 XSLTProcessor::$maxTemplateVars must be greater than or equal to 0
44 Indirect modification of XSLTProcessor::$maxTemplateVars is not allowed
46 Cannot unset XSLTProcessor::$maxTemplateVars
48 object(XSLTProcessor)#1 (4) {
H A DmaxTemplateDepth_errors.phpt2 XSLTProcessor::$maxTemplateDepth errors
10 $processor = new XSLTProcessor;
39 XSLTProcessor::$maxTemplateDepth must be greater than or equal to 0
41 XSLTProcessor::$maxTemplateDepth must be greater than or equal to 0
43 XSLTProcessor::$maxTemplateDepth must be greater than or equal to 0
H A DmaxTemplateVars_errors.phpt2 XSLTProcessor::$maxTemplateVars errors
10 $processor = new XSLTProcessor;
39 XSLTProcessor::$maxTemplateVars must be greater than or equal to 0
41 XSLTProcessor::$maxTemplateVars must be greater than or equal to 0
43 XSLTProcessor::$maxTemplateVars must be greater than or equal to 0
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 DsetParameter_null_bytes.phpt8 $xslt = new XSLTProcessor();
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 Dnew_without_constructor.phpt2 XSLTProcessor: new instance without constructor
8 $rc = new ReflectionClass('XSLTProcessor');
14 object(XSLTProcessor)#2 (4) {
H A Dspecial_operations_with_properties.phpt2 Special operations with XSLTProcessor properties
29 $xslt = new XSLTProcessor;
40 $xslt = new XSLTProcessor;
52 $xslt = new XSLTProcessor;
62 Typed property XSLTProcessor::$cloneDocument must not be accessed before initialization
64 Typed property XSLTProcessor::$doXInclude must not be accessed before initialization
H A DtransformToDoc_class_exceptions.phpt2 XSLTProcessor::transformToDoc class exceptions
12 $processor = new XSLTProcessor;
31 XSLTProcessor::transformToDoc(): Argument #2 ($returnClass) must be a valid class name or null, Non…
32 XSLTProcessor::transformToDoc(): Argument #2 ($returnClass) must be a class name compatible with Si…
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 DregisterPHPFunctionNS_errors.phpt53 XSLTProcessor::registerPHPFunctionNS(): Argument #1 ($namespaceURI) must not be "http://php.net/xsl…
54 XSLTProcessor::registerPHPFunctionNS(): Argument #1 ($namespaceURI) must not be "http://php.net/xsl…
55 XSLTProcessor::registerPHPFunctionNS(): Argument #2 ($name) must be a valid callback name
56 XSLTProcessor::registerPHPFunctionNS(): Argument #2 ($name) must be a valid callback name
57 XSLTProcessor::registerPHPFunctionNS(): Argument #2 ($name) must not contain any null bytes
58 XSLTProcessor::registerPHPFunctionNS(): Argument #1 ($namespaceURI) must not contain any null bytes
H A DXSLTProcessor_callables_errors.phpt61 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be a callable, function "nonex…
62 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be of type array|string|null, …
65 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be an array with valid callbac…
66 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be an array containing valid c…
67 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be an array containing valid c…
68 XSLTProcessor::registerPHPFunctions(): Argument #1 ($functions) must be a valid callback name
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 DgetParameter.phpt2 XSLTProcessor::getParameter()
8 $xslt = new XSLTProcessor;
H A DtransformToDoc_sxe_type_error.phpt2 XSLTProcessor::transformToDoc return value type error with SimpleXML
17 $processor = new XSLTProcessor;
H A Dxpath_callables.inc10 class MyXSLTProcessor extends XSLTProcessor {
20 function createProcessor($inputs, $class = "XSLTProcessor") {
/php-src/ext/xsl/tests/xinclude/
H A Dxinclude.phpt26 $xslt = new XSLTProcessor;
31 $xslt = new XSLTProcessor;

Completed in 24 milliseconds

12