From: Christian Stocker Date: Mon, 27 Oct 2003 15:13:12 +0000 (+0000) Subject: streams test X-Git-Tag: RELEASE_2_0_0RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df7799762a195ddf6b72ca42247ea491d1cfc4e4;p=php streams test --- diff --git a/ext/dom/tests/book.xml.gz b/ext/dom/tests/book.xml.gz new file mode 100644 index 0000000000..2c97807a59 Binary files /dev/null and b/ext/dom/tests/book.xml.gz differ diff --git a/ext/dom/tests/dom004.phpt b/ext/dom/tests/dom004.phpt new file mode 100644 index 0000000000..dd26065a85 --- /dev/null +++ b/ext/dom/tests/dom004.phpt @@ -0,0 +1,22 @@ +--TEST-- +Test 4: Streams Test +--SKIPIF-- + +--FILE-- +load("compress.zlib://".dirname(__FILE__)."/book.xml.gz"); +print $dom->saveXML(); + +--EXPECT-- + + + + The Grapes of Wrath + John Steinbeck + + + The Pearl + John Steinbeck + +