Searched refs:repetitions (Results 1 – 5 of 5) sorted by relevance
741 int repetitions = 1, argb; in PHP_FUNCTION() local760 repetitions = tmp; in PHP_FUNCTION()767 repetitions = -1; in PHP_FUNCTION()775 argb = repetitions; in PHP_FUNCTION()791 if (repetitions < 0) { in PHP_FUNCTION()793 repetitions = 1; in PHP_FUNCTION()804 size = repetitions; in PHP_FUNCTION()805 repetitions = 1; in PHP_FUNCTION()810 size = (repetitions > 0) ? ((unsigned int) repetitions + 1) / 2 : repetitions; in PHP_FUNCTION()811 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")
19197 # byte code for general RLE repetitions
Completed in 171 milliseconds