Searched refs:repetitions (Results 1 – 3 of 3) sorted by relevance
743 int repetitions = 1, argb; in PHP_FUNCTION() local762 repetitions = tmp; in PHP_FUNCTION()769 repetitions = -1; in PHP_FUNCTION()777 argb = repetitions; in PHP_FUNCTION()793 if (repetitions < 0) { in PHP_FUNCTION()795 repetitions = 1; in PHP_FUNCTION()806 size = repetitions; in PHP_FUNCTION()807 repetitions = 1; in PHP_FUNCTION()812 size = (repetitions > 0) ? ((unsigned int) repetitions + 1) / 2 : repetitions; in PHP_FUNCTION()813 repetitions = 1; in PHP_FUNCTION()[all …]
132 function gmp_prob_prime(GMP|int|string $num, int $repetitions = 10): int {} argument
102 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, repetitions, IS_LONG, 0, "10")
Completed in 14 milliseconds