diff options
-rw-r--r-- | ext/dom/tests/DOMDocument_loadXML_error4.phpt | 2 | ||||
-rw-r--r-- | ext/dom/tests/DOMDocument_load_error4.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/dom/tests/DOMDocument_loadXML_error4.phpt b/ext/dom/tests/DOMDocument_loadXML_error4.phpt index 07cb213656..1854a34de4 100644 --- a/ext/dom/tests/DOMDocument_loadXML_error4.phpt +++ b/ext/dom/tests/DOMDocument_loadXML_error4.phpt @@ -12,7 +12,7 @@ Antonio Diaz Ruiz <dejalatele@gmail.com> assert.bail=true --SKIPIF-- <?php include('skipif.inc'); ?> -if (LIBXML_VERSION < 20701) die("skip: libxml2 2.7.1+ required"); +<?php if (LIBXML_VERSION < 20701) die("skip: libxml2 2.7.1+ required"); ?> --ENV-- XML_FILE=/not_well_formed4.xml LOAD_OPTIONS=0 diff --git a/ext/dom/tests/DOMDocument_load_error4.phpt b/ext/dom/tests/DOMDocument_load_error4.phpt index 1e0347681b..9fa6ce279a 100644 --- a/ext/dom/tests/DOMDocument_load_error4.phpt +++ b/ext/dom/tests/DOMDocument_load_error4.phpt @@ -12,7 +12,7 @@ Antonio Diaz Ruiz <dejalatele@gmail.com> assert.bail=true --SKIPIF-- <?php include('skipif.inc'); ?> -if (LIBXML_VERSION < 20701) die("skip: libxml2 2.7.1+ required"); +<?php if (LIBXML_VERSION < 20701) die("skip: libxml2 2.7.1+ required"); ?> --ENV-- XML_FILE=/not_well_formed4.xml LOAD_OPTIONS=0 |