Commit:    db0166af2f5a57e2177fbab222815d89e48c9273
Author:    Christopher Jones <s...@php.net>         Tue, 20 Aug 2013 10:44:20 
-0700
Parents:   0ab8475db2fe3eb9b2f382cda77171be1e66793a
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=db0166af2f5a57e2177fbab222815d89e48c9273

Log:
Tabify

Changed paths:
  M  ext/xml/compat.c


Diff:
diff --git a/ext/xml/compat.c b/ext/xml/compat.c
index bb654bc..a4c66d2 100644
--- a/ext/xml/compat.c
+++ b/ext/xml/compat.c
@@ -707,21 +707,21 @@ static const XML_Char *const error_mapping[] = {
        (const XML_Char *)"Entity value required",
        (const XML_Char *)"chunk is not well balanced",
        (const XML_Char *)"extra content at the end of well balanced chunk",
-    (const XML_Char *)"XML_ERR_ENTITY_CHAR_ERROR",
-    (const XML_Char *)"PEReferences forbidden in internal subset",
-    (const XML_Char *)"Detected an entity reference loop",
-    (const XML_Char *)"XML_ERR_ENTITY_BOUNDARY",
-    (const XML_Char *)"Invalid URI",
-    (const XML_Char *)"Fragment not allowed",
-    (const XML_Char *)"XML_WAR_CATALOG_PI",
-    (const XML_Char *)"XML_ERR_NO_DTD",
-    (const XML_Char *)"conditional section INCLUDE or IGNORE keyword 
expected", /* 95 */
-    (const XML_Char *)"Version in XML Declaration missing", /* 96 */
-    (const XML_Char *)"XML_WAR_UNKNOWN_VERSION", /* 97 */
-    (const XML_Char *)"XML_WAR_LANG_VALUE", /* 98 */
-    (const XML_Char *)"XML_WAR_NS_URI", /* 99 */
-    (const XML_Char *)"XML_WAR_NS_URI_RELATIVE", /* 100 */
-    (const XML_Char *)"Missing encoding in text declaration" /* 101 */
+       (const XML_Char *)"XML_ERR_ENTITY_CHAR_ERROR",
+       (const XML_Char *)"PEReferences forbidden in internal subset",
+       (const XML_Char *)"Detected an entity reference loop",
+       (const XML_Char *)"XML_ERR_ENTITY_BOUNDARY",
+       (const XML_Char *)"Invalid URI",
+       (const XML_Char *)"Fragment not allowed",
+       (const XML_Char *)"XML_WAR_CATALOG_PI",
+       (const XML_Char *)"XML_ERR_NO_DTD",
+       (const XML_Char *)"conditional section INCLUDE or IGNORE keyword 
expected", /* 95 */
+       (const XML_Char *)"Version in XML Declaration missing", /* 96 */
+       (const XML_Char *)"XML_WAR_UNKNOWN_VERSION", /* 97 */
+       (const XML_Char *)"XML_WAR_LANG_VALUE", /* 98 */
+       (const XML_Char *)"XML_WAR_NS_URI", /* 99 */
+       (const XML_Char *)"XML_WAR_NS_URI_RELATIVE", /* 100 */
+       (const XML_Char *)"Missing encoding in text declaration" /* 101 */
 };
 
 PHPAPI const XML_Char *


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to