diff options
Diffstat (limited to 'ext/dom/tests/bug69846.phpt')
-rw-r--r-- | ext/dom/tests/bug69846.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/tests/bug69846.phpt b/ext/dom/tests/bug69846.phpt index 2e8e05aa2c..fcca4c06d6 100644 --- a/ext/dom/tests/bug69846.phpt +++ b/ext/dom/tests/bug69846.phpt @@ -6,7 +6,7 @@ Bug #69846 Segmenation fault (access violation) when iterating over DOMNodeList <?php $tmpDomDocument = new DOMDocument(); - + $xml = '<?xml version="1.0" encoding="UTF-8"?><dummy xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><xfa:data> <form1> <TextField1>Value A</TextField1> |