Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/xsl/tests/
H A Dbug71540.phpt52 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 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 Dbug48221.phpt10 $proc->transformToXml($dom);
13 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
H A Dxsltprocessor_registerPHPFunctions-allfuncs.phpt16 var_dump($proc->transformToXml($dom));
19 //var_dump($proc->transformToXml($dom));
H A Dxsltprocessor_setparameter-errorquote.phpt12 $proc->transformToXml($dom);
15 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
H A Dxsltprocessor_registerPHPFunctions-array-notallowed.phpt16 var_dump($proc->transformToXml($dom));
21 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-string-notallowed.phpt16 var_dump($proc->transformToXml($dom));
21 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt18 var_dump($proc->transformToXml($dom));
23 Warning: XSLTProcessor::transformToXml(): Unable to call handler undefinedfunc() in %s on line %d
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt19 var_dump($proc->transformToXml($dom));
24 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 Dxslt003.phpt12 print $proc->transformToXml($dom);
H A Dxslt001.phpt11 print $proc->transformToXml($dom);
H A Dbug70535.phpt16 $xmloutput = $xslt->transformToXml($xmlInput);
H A Dxsltprocessor_registerPHPFunctions-array.phpt16 var_dump($proc->transformToXml($dom));
H A Dxsltprocessor_registerPHPFunctions-string.phpt16 var_dump($proc->transformToXml($dom));
H A Dxsltprocessor_setparameter-nostring.phpt16 $proc->transformToXml($dom);
H A Dxslt005.phpt18 print $proc->transformToXml($dom);
H A Dbug26384.phpt26 print $proc->transformToXml($dom);
H A Dxslt004.phpt18 print $proc->transformToXml($dom);
H A Dxslt002.phpt19 print $proc->transformToXml($dom);
H A Dxsltprocessor_registerPHPFunctions-null.phpt21 var_dump($proc->transformToXml($dom));
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt21 var_dump($proc->transformToXml($dom));
/PHP-8.2/ext/xsl/
H A Dphp_xsl_arginfo.h60 ZEND_METHOD(XSLTProcessor, transformToXml);
75 ZEND_ME(XSLTProcessor, transformToXml, arginfo_class_XSLTProcessor_transformToXml, ZEND_ACC_PUBLIC)
H A Dphp_xsl.stub.php96 public function transformToXml(object $document): string|null|false {} function in XSLTProcessor

Completed in 31 milliseconds

12