diff options
author | Christopher Jones <sixd@php.net> | 2013-08-20 10:44:20 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-08-20 10:46:15 -0700 |
commit | db0166af2f5a57e2177fbab222815d89e48c9273 (patch) | |
tree | 5593dc8bc2550ed6102bd532bfcef1a1e66c697a /ext/xml/compat.c | |
parent | 0ab8475db2fe3eb9b2f382cda77171be1e66793a (diff) | |
download | php-git-db0166af2f5a57e2177fbab222815d89e48c9273.tar.gz |
Tabify
Diffstat (limited to 'ext/xml/compat.c')
-rw-r--r-- | ext/xml/compat.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/ext/xml/compat.c b/ext/xml/compat.c index bb654bcb90..a4c66d259b 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 * |