Home
last modified time | relevance | path

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

/PHP-8.3/ext/random/tests/03_randomizer/methods/
H A DgetBytesFromString_fast_path.phpt32 // For powers of two we expect no rejections and thus exactly
50 // Test lengths that are one more than the powers of two. For these
/PHP-8.3/ext/standard/
H A Dmath.c85 static const double powers[] = { in php_intpow10() local
89 return powers[power]; in php_intpow10()
1132 static const zend_ulong powers[] = { in _php_math_number_format_long() local
1167 if (dec < -(sizeof(powers) / sizeof(powers[0]) - 1)) { in _php_math_number_format_long()
1170 power = powers[-dec]; in _php_math_number_format_long()
/PHP-8.3/
H A DREADME.md13 web development. Fast, flexible and pragmatic, PHP powers everything from your

Completed in 9 milliseconds