diff options
Diffstat (limited to 'ext/simplexml/tests/sxe_001.phpt')
| -rw-r--r-- | ext/simplexml/tests/sxe_001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/sxe_001.phpt b/ext/simplexml/tests/sxe_001.phpt index be293efb39..fdc0335bd5 100644 --- a/ext/simplexml/tests/sxe_001.phpt +++ b/ext/simplexml/tests/sxe_001.phpt @@ -6,7 +6,7 @@ if (!extension_loaded("simplexml")) print "skip SimpleXML not present"; if (!extension_loaded("libxml")) print "skip LibXML not present"; ?> --FILE-- -<?php +<?php $xml =<<<EOF <?xml version='1.0'?> |
