diff options
Diffstat (limited to 'ext/simplexml/tests/030.phpt')
-rw-r--r-- | ext/simplexml/tests/030.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/030.phpt b/ext/simplexml/tests/030.phpt index 774a5f1459..4d27f40ed1 100644 --- a/ext/simplexml/tests/030.phpt +++ b/ext/simplexml/tests/030.phpt @@ -3,7 +3,7 @@ SimpleXML: isset and unset by offset --SKIPIF-- <?php if (!extension_loaded("simplexml")) print "skip"; ?> --FILE-- -<?php +<?php $xml =<<<EOF <root s:att1="b" att1="a" xmlns:s="urn::test" xmlns:t="urn::test-t"> |