ERANGE           2749 Zend/zend_language_scanner.c 		if (errno == ERANGE) { /* Overflow */
ERANGE           7406 Zend/zend_language_scanner.c 		if (errno == ERANGE) {
ERANGE           1954 Zend/zend_strtod.c 			errno = ERANGE;
ERANGE           2037 Zend/zend_strtod.c 		errno = ERANGE;
ERANGE           2066 Zend/zend_strtod.c 			errno = ERANGE;
ERANGE           2909 Zend/zend_strtod.c 				errno = ERANGE;
ERANGE           3586 Zend/zend_strtod.c 			errno = ERANGE;
ERANGE            582 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            973 ext/pdo_pgsql/pgsql_driver.c 	if (oid == 0 && (errno == ERANGE || errno == EINVAL)) {
ERANGE           1020 ext/pdo_pgsql/pgsql_driver.c 	if (oid == 0 && (errno == ERANGE || errno == EINVAL)) {
ERANGE            390 ext/session/mod_files.c 		if (errno == ERANGE) {
ERANGE            399 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            555 ext/zip/lib/zip_source_win32handle.c 	zip_error_set(&ctx->error, ZIP_ER_READ, ERANGE);