summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-03-30 16:56:12 +0800
committerXinchen Hui <laruence@php.net>2015-03-30 16:56:12 +0800
commit3ad9ff197df21bb375a0c804964330b185fdd821 (patch)
tree5a2159d08a2e59c5de0220a70c9a5bf81efe7ae7
parent97956a5d0858b733ddecfbfd4aec81248e2126e7 (diff)
downloadphp-git-3ad9ff197df21bb375a0c804964330b185fdd821.tar.gz
Fixed typos
-rw-r--r--ext/dom/tests/DOMDocument_loadXML_error4.phpt2
-rw-r--r--ext/dom/tests/DOMDocument_load_error4.phpt2
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