summaryrefslogtreecommitdiff
path: root/ext/xml/tests/utf8_decode_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xml/tests/utf8_decode_error.phpt')
-rw-r--r--ext/xml/tests/utf8_decode_error.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/xml/tests/utf8_decode_error.phpt b/ext/xml/tests/utf8_decode_error.phpt
index 8735fd82f6..d80bf83b24 100644
--- a/ext/xml/tests/utf8_decode_error.phpt
+++ b/ext/xml/tests/utf8_decode_error.phpt
@@ -1,17 +1,17 @@
--TEST--
-Test utf8_decode() function : error conditions
+Test utf8_decode() function : error conditions
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("xml")) {
- print "skip - XML extension not loaded";
-}
+ print "skip - XML extension not loaded";
+}
?>
--FILE--
<?php
/* Prototype : proto string utf8_decode(string data)
- * Description: Converts a UTF-8 encoded string to ISO-8859-1
+ * Description: Converts a UTF-8 encoded string to ISO-8859-1
* Source code: ext/xml/xml.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing utf8_decode() : error conditions ***\n";