summaryrefslogtreecommitdiff
path: root/ext/libxml/tests/bug61367-write.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/libxml/tests/bug61367-write.phpt')
-rw-r--r--ext/libxml/tests/bug61367-write.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libxml/tests/bug61367-write.phpt b/ext/libxml/tests/bug61367-write.phpt
index 63e99a8e50..155c9aba9d 100644
--- a/ext/libxml/tests/bug61367-write.phpt
+++ b/ext/libxml/tests/bug61367-write.phpt
@@ -10,7 +10,7 @@ open_basedir=.
class StreamExploiter {
public function stream_close ( ) {
$doc = new DOMDocument;
- $doc->appendChild($doc->createTextNode('hello'));
+ $doc->appendChild($doc->createTextNode('hello'));
var_dump($doc->save(dirname(getcwd()) . '/bad'));
}