diff options
Diffstat (limited to 'ext/simplexml/tests/012.phpt')
-rw-r--r-- | ext/simplexml/tests/012.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/simplexml/tests/012.phpt b/ext/simplexml/tests/012.phpt index abbb10b8d3..598aa3c17a 100644 --- a/ext/simplexml/tests/012.phpt +++ b/ext/simplexml/tests/012.phpt @@ -1,11 +1,11 @@ --TEST-- SimpleXML: Attribute creation --SKIPIF-- -<?php +<?php if (!extension_loaded('simplexml')) print 'skip'; ?> --FILE-- -<?php +<?php $xml =<<<EOF <?xml version="1.0" encoding="ISO-8859-1" ?> |