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 2d3db4b commit e1686aaCopy full SHA for e1686aa
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