Home
last modified time | relevance | path

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

/PHP-8.1/ext/bcmath/tests/
H A Dbcpow_error1.phpt2 bcpow() does not support non-integral exponents
/PHP-8.1/ext/standard/
H A Dmath.c1019 size_t integral; in _php_math_number_format_ex() local
1052 integral = (dp - ZSTR_VAL(tmpbuf)); in _php_math_number_format_ex()
1055 integral = ZSTR_LEN(tmpbuf); in _php_math_number_format_ex()
1060 integral = zend_safe_addmult((integral-1)/3, thousand_sep_len, integral, "number formatting"); in _php_math_number_format_ex()
1063 reslen = integral; in _php_math_number_format_ex()
/PHP-8.1/ext/mbstring/tests/
H A Dutf7imap_encoding.phpt150 * The Base64 might not decode to an integral number of bytes

Completed in 11 milliseconds