Home
last modified time | relevance | path

Searched refs:ZEND_LONG_INT_OVFL (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_range_check.h42 # define ZEND_LONG_INT_OVFL(zlong) UNEXPECTED((zlong) > (zend_long)INT_MAX) macro
44 # define ZEND_LONG_EXCEEDS_INT(zlong) UNEXPECTED(ZEND_LONG_INT_OVFL(zlong) || ZEND_LONG_INT_UDFL(zl…
47 # define ZEND_LONG_INT_OVFL(zl) (0) macro
/PHP-7.1/ext/dom/
H A Dcharacterdata.c176 …if (offset < 0 || count < 0 || ZEND_LONG_INT_OVFL(offset) || ZEND_LONG_INT_OVFL(count) || offset >… in PHP_FUNCTION()
260 if (offset < 0 || ZEND_LONG_INT_OVFL(offset) || offset > length) { in PHP_FUNCTION()
307 …if (offset < 0 || count < 0 || ZEND_LONG_INT_OVFL(offset) || ZEND_LONG_INT_OVFL(count) || offset >… in PHP_FUNCTION()
364 …if (offset < 0 || count < 0 || ZEND_LONG_INT_OVFL(offset) || ZEND_LONG_INT_OVFL(count) || offset >… in PHP_FUNCTION()
H A Dtext.c167 if (ZEND_LONG_INT_OVFL(offset) || (int)offset > length || offset < 0) { in PHP_FUNCTION()
H A Dnamednodemap.c217 if (ZEND_LONG_INT_OVFL(index)) { in PHP_FUNCTION()
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_parse.c150 if (ZEND_LONG_INT_OVFL(Z_LVAL_P(z_parse_pos))) { in PHP_FUNCTION()
194 if (ZEND_LONG_INT_OVFL(Z_LVAL_P(z_parse_pos))) { in PHP_FUNCTION()
/PHP-7.1/ext/gd/
H A Dgd.c1543 if (ncolors <= 0 || ZEND_LONG_INT_OVFL(ncolors)) { in PHP_FUNCTION()
/PHP-7.1/ext/openssl/
H A Dopenssl.c6608 || ZEND_LONG_INT_OVFL(buffer_length) in PHP_FUNCTION()

Completed in 99 milliseconds