@ -1,7 +1,7 @@
--TEST--
Bug # 28721: (appendChild() and insertBefore() unset DOMText)
--SKIPIF--
<?php require_once('skipif.php'); ?>
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
function print_node(DomNode $node) {
@ -3,7 +3,7 @@ Test 4: Streams Test
require_once('skipif.inc');
array_search('compress.zlib', stream_get_wrappers()) || die('skip compress.zlib wrapper is not available');
array_search('compress.zlib', stream_get_wrappers()) or die('skip compress.zlib wrapper is not available');
?>
@ -3,7 +3,7 @@ Test: Xinclude and Streams