Searched refs:GMP_MAX_BASE (Results 1 – 1 of 1) sorted by relevance
246 #define GMP_MAX_BASE 62 macro1040 if (base && (base < 2 || base > GMP_MAX_BASE)) { in ZEND_FUNCTION()1041 …NG, "Bad base for conversion: " ZEND_LONG_FMT " (should be between 2 and %d)", base, GMP_MAX_BASE); in ZEND_FUNCTION()1197 if ((base < 2 && base > -2) || base > GMP_MAX_BASE || base < -36) { in ZEND_FUNCTION()1198 …for conversion: " ZEND_LONG_FMT " (should be between 2 and %d or -2 and -36)", base, GMP_MAX_BASE); in ZEND_FUNCTION()
Completed in 9 milliseconds