Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/standard/
H A Dmath.c42 static const double powers[] = { in php_intpow10() local
46 return powers[power]; in php_intpow10()
1185 static const zend_ulong powers[] = { in _php_math_number_format_long() local
1220 if (dec < -(sizeof(powers) / sizeof(powers[0]) - 1)) { in _php_math_number_format_long()
1223 power = powers[-dec]; in _php_math_number_format_long()
/PHP-8.2/
H A DREADME.md13 web development. Fast, flexible and pragmatic, PHP powers everything from your

Completed in 14 milliseconds