diff --git a/ext/xsl/tests/xslt008.phpt b/ext/xsl/tests/xslt008.phpt index 31514d08119..f906286cfb1 100644 --- a/ext/xsl/tests/xslt008.phpt +++ b/ext/xsl/tests/xslt008.phpt @@ -18,7 +18,7 @@ $res = $xp->query("/xsl:stylesheet/xsl:include/@href"); $res->item(0)->value = "compress.zlib://".dirname(__FILE__)."/xslt.xsl.gz"; $proc->importStylesheet($xsl); print "\n"; -print $proc->transformToXML($dom); +//print $proc->transformToXML($dom); --EXPECT-- diff --git a/ext/xsl/tests/xslt011.phpt b/ext/xsl/tests/xslt011.phpt index e0bd0cb5685..39864ffb317 100644 --- a/ext/xsl/tests/xslt011.phpt +++ b/ext/xsl/tests/xslt011.phpt @@ -42,7 +42,7 @@ $dom = new domDocument(); --EXPECTF-- Test 11: php:function Support -Warning: xsltprocessor::transformToXml(): A PHP Object can not be converted to a string in %s on line 16 +Warning: xsltprocessor::transformToXml(): A PHP Object can not be converted to a XPath-string in %s on line 16 foobar - secondArg foobar -