Searched refs:transformToXml (Results 1 – 25 of 31) sorted by relevance
12
51 Warning: XSLTProcessor::transformToXml(): xmlXPathCompOpEval: function test not found in %sbug71540…53 Warning: XSLTProcessor::transformToXml(): Unregistered function in %sbug71540.php on line %d55 Warning: XSLTProcessor::transformToXml(): Stack usage error in %sbug71540.php on line %d57 Warning: XSLTProcessor::transformToXml(): Stack usage error in %sbug71540.php on line %d59 Warning: XSLTProcessor::transformToXml(): Handler name must be a string in %sbug71540.php on line %d61 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…
74 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…
75 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…
12 $proc->transformToXml($dom);15 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
20 var_dump($proc->transformToXml($dom));23 //var_dump($proc->transformToXml($dom));
16 $proc->transformToXml($dom);19 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
20 var_dump($proc->transformToXml($dom));25 Warning: XSLTProcessor::transformToXml(): Not allowed to call handler 'ucwords()' in %s on line %d
22 var_dump($proc->transformToXml($dom));27 Warning: XSLTProcessor::transformToXml(): Unable to call handler undefinedfunc() in %s on line %d
23 var_dump($proc->transformToXml($dom));28 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 …
11 print $proc->transformToXml($dom);
12 print $proc->transformToXml($dom);
20 var_dump($proc->transformToXml($dom));
20 $proc->transformToXml($dom);
18 $xmloutput = $xslt->transformToXml($xmlInput);
18 print $proc->transformToXml($dom);
26 print $proc->transformToXml($dom);
19 print $proc->transformToXml($dom);
25 var_dump($proc->transformToXml($dom));
56 ZEND_METHOD(XSLTProcessor, transformToXml);71 ZEND_ME(XSLTProcessor, transformToXml, arginfo_class_XSLTProcessor_transformToXml, ZEND_ACC_PUBLIC)
29 public function transformToXml(object $document) {} function in XSLTProcessor
Completed in 17 milliseconds