Searched refs:ZEND_LONG_INT_OVFL (Results 1 – 7 of 7) sorted by relevance
42 # define ZEND_LONG_INT_OVFL(zlong) UNEXPECTED((zlong) > (zend_long)INT_MAX) macro44 # 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
178 …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()
164 if (ZEND_LONG_INT_OVFL(offset) || (int)offset > length || offset < 0) { in PHP_FUNCTION()
221 if (ZEND_LONG_INT_OVFL(index)) { in PHP_FUNCTION()
151 if (ZEND_LONG_INT_OVFL(long_parse_pos)) { in PHP_FUNCTION()196 if (ZEND_LONG_INT_OVFL(long_parse_pos)) { in PHP_FUNCTION()
1635 if (ncolors <= 0 || ZEND_LONG_INT_OVFL(ncolors)) { in PHP_FUNCTION()
6958 || ZEND_LONG_INT_OVFL(buffer_length) in php_openssl_random_pseudo_bytes()
Completed in 39 milliseconds