summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/012.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/012.phpt')
-rwxr-xr-xext/simplexml/tests/012.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/simplexml/tests/012.phpt b/ext/simplexml/tests/012.phpt
index 79c01107f..2fc9bec41 100755
--- a/ext/simplexml/tests/012.phpt
+++ b/ext/simplexml/tests/012.phpt
@@ -1,5 +1,5 @@
--TEST--
-SimpleXML and Attribute creation
+SimpleXML: Attribute creation
--SKIPIF--
<?php
if (!extension_loaded('simplexml')) print 'skip';
@@ -26,6 +26,7 @@ echo $sxe->asXML();
$sxe[] = "error";
+__HALT_COMPILER();
?>
===DONE===
--EXPECTF--