mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Prefix RESULT_CODE enum with ZEND_
This commit is contained in:
parent
3d0857938d
commit
8788cddfb3
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ static const char long_min_digits[] = "9223372036854775808";
|
|||
typedef enum {
|
||||
SUCCESS = 0,
|
||||
FAILURE = -1, /* this MUST stay a negative number, or it may affect functions! */
|
||||
} RESULT_CODE;
|
||||
} ZEND_RESULT_CODE;
|
||||
|
||||
#include "zend_hash.h"
|
||||
#include "zend_ts_hash.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue