We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf9b8c commit 2e6ab1bCopy full SHA for 2e6ab1b
ext/iconv/php_iconv.h
@@ -67,7 +67,7 @@ ZEND_TSRMLS_CACHE_EXTERN()
67
68
/* {{{ typedef enum php_iconv_err_t */
69
typedef enum _php_iconv_err_t {
70
- PHP_ICONV_ERR_SUCCESS = SUCCESS,
+ PHP_ICONV_ERR_SUCCESS = 0,
71
PHP_ICONV_ERR_CONVERTER = 1,
72
PHP_ICONV_ERR_WRONG_CHARSET = 2,
73
PHP_ICONV_ERR_TOO_BIG = 3,
0 commit comments