Home
last modified time | relevance | path

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

/PHP-7.4/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.4/ext/dom/
H A Dcharacterdata.c178 …if (offset < 0 || count < 0 || ZEND_LONG_INT_OVFL(offset) || ZEND_LONG_INT_OVFL(count) || offset >… in PHP_FUNCTION()
252 if (offset < 0 || ZEND_LONG_INT_OVFL(offset) || offset > length) { in PHP_FUNCTION()
300 …if (offset < 0 || count < 0 || ZEND_LONG_INT_OVFL(offset) || ZEND_LONG_INT_OVFL(count) || offset >… in PHP_FUNCTION()
358 …if (offset < 0 || count < 0 || ZEND_LONG_INT_OVFL(offset) || ZEND_LONG_INT_OVFL(count) || offset >… in PHP_FUNCTION()
H A Dtext.c164 if (ZEND_LONG_INT_OVFL(offset) || (int)offset > length || offset < 0) { in PHP_FUNCTION()
H A Dnamednodemap.c221 if (ZEND_LONG_INT_OVFL(index)) { in PHP_FUNCTION()
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_parse.c151 if (ZEND_LONG_INT_OVFL(long_parse_pos)) { in PHP_FUNCTION()
196 if (ZEND_LONG_INT_OVFL(long_parse_pos)) { in PHP_FUNCTION()
/PHP-7.4/ext/gd/
H A Dgd.c1635 if (ncolors <= 0 || ZEND_LONG_INT_OVFL(ncolors)) { in PHP_FUNCTION()
/PHP-7.4/ext/openssl/
H A Dopenssl.c6958 || ZEND_LONG_INT_OVFL(buffer_length) in php_openssl_random_pseudo_bytes()

Completed in 42 milliseconds