summaryrefslogtreecommitdiff
path: root/ext/simplexml/tests/bug42369.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/simplexml/tests/bug42369.phpt')
-rw-r--r--ext/simplexml/tests/bug42369.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/simplexml/tests/bug42369.phpt b/ext/simplexml/tests/bug42369.phpt
index e5df81460d..e186770033 100644
--- a/ext/simplexml/tests/bug42369.phpt
+++ b/ext/simplexml/tests/bug42369.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #42369 (Implicit conversion to string leaks memory)
--SKIPIF--
-<?php if (!extension_loaded('simplexml')) echo 'skip simplexml extension is not loaded'; >
+<?php if (!extension_loaded('simplexml')) echo 'skip simplexml extension is not loaded'; ?>
--FILE--
<?php
$xml = '<?xml version="1.0" encoding="utf-8"?>';
@@ -17,9 +17,9 @@ Bug #42369 (Implicit conversion to string leaks memory)
md5($x->x);
}
- echo 'done' . PHP_EOL;
?>
+===DONE===
--EXPECT--
explicit conversion
no conversion
-done \ No newline at end of file
+===DONE=== \ No newline at end of file