Browse Source

make GCC happy and suppress the warning

migration/RELEASE_1_0_0
Antony Dovgal 21 years ago
parent
commit
510f40c3bc
  1. 1
      Zend/zend_operators.h

1
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)

Loading…
Cancel
Save