Home
last modified time | relevance | path

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

/PHP-7.4/ext/gmp/
H A Dgmp.c248 #define GMP_MAX_BASE 62 macro
1031 if (base && (base < 2 || base > GMP_MAX_BASE)) { in ZEND_FUNCTION()
1032 …NG, "Bad base for conversion: " ZEND_LONG_FMT " (should be between 2 and %d)", base, GMP_MAX_BASE); in ZEND_FUNCTION()
1188 if ((base < 2 && base > -2) || base > GMP_MAX_BASE || base < -36) { in ZEND_FUNCTION()
1189 …for conversion: " ZEND_LONG_FMT " (should be between 2 and %d or -2 and -36)", base, GMP_MAX_BASE); in ZEND_FUNCTION()

Completed in 8 milliseconds