diff options
author | Ondřej Surý <ondrej@sury.org> | 2010-03-09 11:57:54 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2010-03-09 11:57:54 +0100 |
commit | 855a09f4eded707941180c9d90acd17c25e29447 (patch) | |
tree | a40947efaa9876f31b6ee3956c3f3775768143bb /ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt | |
parent | c852c28a88fccf6e34a2cb091fdfa72bce2b59c7 (diff) | |
download | php-855a09f4eded707941180c9d90acd17c25e29447.tar.gz |
Imported Upstream version 5.3.2upstream/5.3.2
Diffstat (limited to 'ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt')
-rw-r--r-- | ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt index 1aa7bb051..a0ddf96a6 100644 --- a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt +++ b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt @@ -29,8 +29,8 @@ Warning: XSLTProcessor::transformToXml(): xmlXPathCompiledEval: evaluation faile Warning: XSLTProcessor::transformToXml(): runtime error: file %s line %d element value-of in %s on line %d -Warning: XSLTProcessor::transformToXml(): XPath evaluation returned no result. in %s on line %d -NULL +Warning: XSLTProcessor::transformToXml(): xsltValueOf: text copy failed in %s on line %d +bool(false) --CREDITS-- Christian Weiske, cweiske@php.net PHP Testfest Berlin 2009-05-09 |