summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/014.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/014.phpt')
-rw-r--r--ext/simplexml/tests/014.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/simplexml/tests/014.phpt b/ext/simplexml/tests/014.phpt
index b0c1dd952f..b1681582f9 100644
--- a/ext/simplexml/tests/014.phpt
+++ b/ext/simplexml/tests/014.phpt
@@ -29,7 +29,6 @@ var_dump($people->person['age']);
$people->person['age'] += 5;
var_dump($people->person['age']);
?>
-===DONE===
--EXPECTF--
object(SimpleXMLElement)#%d (1) {
[0]=>
@@ -57,4 +56,3 @@ object(SimpleXMLElement)#%d (1) {
[0]=>
string(2) "35"
}
-===DONE===