diff options
| author | Christian Stocker <chregu@php.net> | 2004-01-19 17:35:38 +0000 |
|---|---|---|
| committer | Christian Stocker <chregu@php.net> | 2004-01-19 17:35:38 +0000 |
| commit | efed27ae1b10bc92b23dd9d49609edca6c54ce73 (patch) | |
| tree | 630ddb647e5e654a11318c0f82ae4e2ffd086b0a /ext/xsl | |
| parent | 37cc0df73246d6473092c1ca9d774f1dbe399184 (diff) | |
| download | php-git-efed27ae1b10bc92b23dd9d49609edca6c54ce73.tar.gz | |
fix test
Diffstat (limited to 'ext/xsl')
| -rw-r--r-- | ext/xsl/tests/xslt008.phpt | 2 | ||||
| -rw-r--r-- | ext/xsl/tests/xslt011.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/xsl/tests/xslt008.phpt b/ext/xsl/tests/xslt008.phpt index 31514d0811..f906286cfb 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 e0bd0cb568..39864ffb31 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 <?xml version="1.0"?> foobar - secondArg foobar - |
