ERANGE           2950 Zend/zend_language_scanner.c 		if (errno == ERANGE) { /* Overflow */
ERANGE           2236 Zend/zend_strtod.c 				errno = ERANGE;
ERANGE           2295 Zend/zend_strtod.c 					errno = ERANGE;
ERANGE            575 Zend/zend_virtual_cwd.c 		errno = ERANGE; /* Is this OK? */
ERANGE            140 ext/intl/collator/collator_is_numeric.c 		errno = ERANGE;
ERANGE            212 ext/intl/collator/collator_is_numeric.c 		errno = ERANGE;
ERANGE            243 ext/intl/collator/collator_is_numeric.c 	if (errno != ERANGE) {
ERANGE            463 ext/mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c 		if (errno == ERANGE || errno == EINVAL) {
ERANGE            469 ext/mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c 		if (errno == ERANGE || errno == EINVAL) {
ERANGE            975 ext/pdo_pgsql/pgsql_driver.c 	if (oid == 0 && (errno == ERANGE || errno == EINVAL)) {
ERANGE           1022 ext/pdo_pgsql/pgsql_driver.c 	if (oid == 0 && (errno == ERANGE || errno == EINVAL)) {
ERANGE            288 ext/session/mod_files.c 		if (errno == ERANGE) {
ERANGE            297 ext/session/mod_files.c 		if (errno == ERANGE || filemode < 0 || filemode > 07777) {
ERANGE            676 ext/standard/crypt_blowfish.c 		__set_errno(ERANGE);
ERANGE            895 ext/standard/crypt_blowfish.c 		__set_errno((output_size < 7 + 22 + 1) ? ERANGE : EINVAL);
ERANGE            563 ext/standard/crypt_sha256.c 		errno = ERANGE;
ERANGE            610 ext/standard/crypt_sha512.c 		errno = ERANGE;
ERANGE           1185 ext/sybase_ct/php_sybase_ct.c 		if (errno != ERANGE) {                          \
ERANGE           1242 ext/sybase_ct/php_sybase_ct.c 						if (errno == ERANGE) {
ERANGE            112 win32/strtoi64.c 		errno = ERANGE;