Searched refs:transformToXml (Results 1 – 25 of 31) sorted by relevance
12
52 Warning: XSLTProcessor::transformToXml(): xmlXPathCompOpEval: function test not found in %sbug71540…54 Warning: XSLTProcessor::transformToXml(): Unregistered function in %sbug71540.php on line %d56 Warning: XSLTProcessor::transformToXml(): Stack usage error in %sbug71540.php on line %d58 Warning: XSLTProcessor::transformToXml(): Stack usage error in %sbug71540.php on line %d60 Warning: XSLTProcessor::transformToXml(): Handler name must be a string in %sbug71540.php on line %d62 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…
72 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…
73 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…
10 $proc->transformToXml($dom);13 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
16 var_dump($proc->transformToXml($dom));19 //var_dump($proc->transformToXml($dom));
12 $proc->transformToXml($dom);15 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
16 var_dump($proc->transformToXml($dom));21 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
18 var_dump($proc->transformToXml($dom));23 Warning: XSLTProcessor::transformToXml(): Unable to call handler undefinedfunc() in %s on line %d
19 var_dump($proc->transformToXml($dom));24 Warning: XSLTProcessor::transformToXml(): Handler name must be a string in %s on line %d
21 print $proc->transformToXml($xml);52 Warning: XSLTProcessor::transformToXml(): A PHP Object cannot be converted to a XPath-string in %s …
12 print $proc->transformToXml($dom);
11 print $proc->transformToXml($dom);
16 $xmloutput = $xslt->transformToXml($xmlInput);
16 var_dump($proc->transformToXml($dom));
16 $proc->transformToXml($dom);
18 print $proc->transformToXml($dom);
26 print $proc->transformToXml($dom);
19 print $proc->transformToXml($dom);
21 var_dump($proc->transformToXml($dom));
60 ZEND_METHOD(XSLTProcessor, transformToXml);75 ZEND_ME(XSLTProcessor, transformToXml, arginfo_class_XSLTProcessor_transformToXml, ZEND_ACC_PUBLIC)
96 public function transformToXml(object $document): string|null|false {} function in XSLTProcessor
Completed in 32 milliseconds