From: Ilia Alshanetsky Date: Mon, 7 Sep 2009 14:18:46 +0000 (+0000) Subject: Fixed tests X-Git-Tag: php-5.2.11RC3~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f21a5b2332940a98a5df08d0b459e15a64408366;p=php Fixed tests --- 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