summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/028.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/028.phpt')
-rw-r--r--ext/simplexml/tests/028.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/tests/028.phpt b/ext/simplexml/tests/028.phpt
index 753056b9ad..70a883e349 100644
--- a/ext/simplexml/tests/028.phpt
+++ b/ext/simplexml/tests/028.phpt
@@ -3,7 +3,7 @@ SimpleXML: Adding an elements without text
--SKIPIF--
<?php if (!extension_loaded("simplexml")) print "skip"; ?>
--FILE--
-<?php
+<?php
$xml =<<<EOF
<people></people>
EOF;