Home
last modified time | relevance | path

Searched refs:transformToXml (Results 1 – 25 of 31) sorted by relevance

12

/PHP-8.0/ext/xsl/tests/
H A Dbug71540.phpt51 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 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 Dbug48221.phpt12 $proc->transformToXml($dom);
15 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
H A Dxsltprocessor_registerPHPFunctions-allfuncs.phpt20 var_dump($proc->transformToXml($dom));
23 //var_dump($proc->transformToXml($dom));
H A Dxsltprocessor_setparameter-errorquote.phpt16 $proc->transformToXml($dom);
19 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt20 var_dump($proc->transformToXml($dom));
25 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt20 var_dump($proc->transformToXml($dom));
25 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt22 var_dump($proc->transformToXml($dom));
27 Warning: XSLTProcessor::transformToXml(): Unable to call handler undefinedfunc() in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt23 var_dump($proc->transformToXml($dom));
28 Warning: XSLTProcessor::transformToXml(): Handler name must be a string in %s on line %d
H A Dxslt011.phpt21 print $proc->transformToXml($xml);
52 Warning: XSLTProcessor::transformToXml(): A PHP Object cannot be converted to a XPath-string in %s …
H A Dxslt001.phpt11 print $proc->transformToXml($dom);
H A Dxslt003.phpt12 print $proc->transformToXml($dom);
H A Dxsltprocessor_registerPHPFunctions-array.phpt20 var_dump($proc->transformToXml($dom));
H A Dxsltprocessor_registerPHPFunctions-string.phpt20 var_dump($proc->transformToXml($dom));
H A Dxsltprocessor_setparameter-nostring.phpt20 $proc->transformToXml($dom);
H A Dbug70535.phpt18 $xmloutput = $xslt->transformToXml($xmlInput);
H A Dxslt005.phpt18 print $proc->transformToXml($dom);
H A Dxslt004.phpt18 print $proc->transformToXml($dom);
H A Dbug26384.phpt26 print $proc->transformToXml($dom);
H A Dxslt002.phpt19 print $proc->transformToXml($dom);
H A Dxsltprocessor_registerPHPFunctions-null.phpt25 var_dump($proc->transformToXml($dom));
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt25 var_dump($proc->transformToXml($dom));
/PHP-8.0/ext/xsl/
H A Dphp_xsl_arginfo.h56 ZEND_METHOD(XSLTProcessor, transformToXml);
71 ZEND_ME(XSLTProcessor, transformToXml, arginfo_class_XSLTProcessor_transformToXml, ZEND_ACC_PUBLIC)
H A Dphp_xsl.stub.php29 public function transformToXml(object $document) {} function in XSLTProcessor

Completed in 17 milliseconds

12