diff options
-rw-r--r-- | Zend/zend_operators.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index fa7f304f10..b58ffb14df 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -131,6 +131,7 @@ static inline zend_bool is_numeric_string(char *str, int length, long *lval, dou *lval = local_lval; return IS_LONG; } + return 0; } static inline char * |