rfc:range_checks_for_64_bit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rfc:range_checks_for_64_bit [2015/08/24 15:53] abrfc:range_checks_for_64_bit [2015/08/24 15:53] ab
Line 36: Line 36:
  
 #if SIZEOF_INT == SIZEOF_ZEND_LONG #if SIZEOF_INT == SIZEOF_ZEND_LONG
-# define ZEND_LONG_INT_OVFL(zl) (0)+# define ZEND_LONG_UINT_OVFL(zl) (0)
 #else #else
 # define ZEND_LONG_UINT_OVFL(zlong) ((zlong) < 0 || (zlong) > (zend_long)UINT_MAX) # define ZEND_LONG_UINT_OVFL(zlong) ((zlong) < 0 || (zlong) > (zend_long)UINT_MAX)
rfc/range_checks_for_64_bit.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1