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 29d12a1e1e..c5700a0040 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -134,6 +134,7 @@ static inline zend_uchar is_numeric_string(char *str, int length, long *lval, do *lval = local_lval; return IS_LONG; } + return 0; } static inline zend_uchar is_numeric_unicode(UChar *str, int32_t length, long *lval, double *dval, zend_bool allow_errors) |