From f21a5b2332940a98a5df08d0b459e15a64408366 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 7 Sep 2009 14:18:46 +0000 Subject: [PATCH] Fixed tests --- .../xsltprocessor_registerPHPFunctions-funcnostring.phpt | 4 ++-- .../tests/xsltprocessor_registerPHPFunctions-funcundef.phpt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt index a0d6bf6b75..d9a70517e5 100644 --- a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt +++ b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcnostring.phpt @@ -30,8 +30,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 diff --git a/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt b/ext/xsl/tests/xsltprocessor_registerPHPFunctions-funcundef.phpt index 1aa7bb051d..a0ddf96a6a 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 -- 2.50.1