Searched refs:iterations (Results 1 – 20 of 20) sorted by relevance
/PHP-8.3/ext/exif/tests/ |
H A D | bug68799.phpt | 32 $iterations = 3; 34 doStuff($iterations); 35 doStuff($iterations);
|
/PHP-8.3/ext/hash/tests/ |
H A D | hash_pbkdf2_error.phpt | 31 echo "\n-- Testing hash_pbkdf2() function with invalid iterations --\n"; 64 -- Testing hash_pbkdf2() function with invalid iterations -- 65 hash_pbkdf2(): Argument #4 ($iterations) must be greater than 0 66 hash_pbkdf2(): Argument #4 ($iterations) must be greater than 0
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | uuencode_encoding.phpt | 38 for ($iterations = 0; $iterations < 500; $iterations++) {
|
/PHP-8.3/ext/zlib/tests/ |
H A D | bug75273.phpt | 10 $iterations = (int) ($len / 256) + 1; 11 for ($i = 0; $i < $iterations; $i++) {
|
H A D | bug74240.phpt | 14 // this crashes after about 500 iterations if PHP is
|
H A D | bug60761.phpt | 36 // pass == only ONE length for all iterations
|
/PHP-8.3/ext/curl/tests/ |
H A D | bug65458.phpt | 18 // the number of iterations in the loop, if we're wasting memory here, we
|
/PHP-8.3/ext/spl/tests/ |
H A D | SplFixedArray_change_size_during_iteration.phpt | 7 /* Try changing size on first, second, and final iterations, and check what
|
/PHP-8.3/Zend/tests/ |
H A D | gh8548_2.phpt | 41 // The first iterations will allocate space for things like the resource list
|
H A D | gh8548.phpt | 41 // The first iterations will allocate space for things like the resource list
|
/PHP-8.3/ext/standard/tests/file/ |
H A D | proc_open01.phpt | 29 print "terminated after 1000 iterations\n";
|
/PHP-8.3/tests/lang/ |
H A D | 024.phpt | 415 3 loop iterations should follow: 640 3 loop iterations should follow: 865 3 loop iterations should follow: 1090 3 loop iterations should follow: 1315 3 loop iterations should follow: 1540 3 loop iterations should follow: 1765 3 loop iterations should follow: 1990 3 loop iterations should follow: 2215 3 loop iterations should follow: 2440 3 loop iterations should follow: [all …]
|
H A D | 023.phpt | 72 3 loop iterations should follow:<br>
|
/PHP-8.3/ext/hash/ |
H A D | hash_arginfo.h | 74 ZEND_ARG_TYPE_INFO(0, iterations, IS_LONG, 0)
|
H A D | hash.c | 995 zend_long loops, i, j, iterations, digest_length = 0, length = 0; in PHP_FUNCTION() local 1002 …ND_NUM_ARGS(), "Sssl|lbh", &algo, &pass, &pass_len, &salt, &salt_len, &iterations, &length, &raw_o… in PHP_FUNCTION() 1017 if (iterations <= 0) { in PHP_FUNCTION() 1079 for (j = 1; j < iterations; j++) { in PHP_FUNCTION()
|
/PHP-8.3/ext/openssl/ |
H A D | openssl_arginfo.h | 157 ZEND_ARG_TYPE_INFO(0, iterations, IS_LONG, 0)
|
H A D | openssl.c | 5336 zend_long key_length = 0, iterations = 0; in PHP_FUNCTION() local 5350 &key_length, &iterations, in PHP_FUNCTION() 5358 PHP_OPENSSL_CHECK_LONG_TO_INT(iterations, iterations, 4); in PHP_FUNCTION() 5378 …assword, (int)password_len, (unsigned char *)salt, (int)salt_len, (int)iterations, digest, (int)ke… in PHP_FUNCTION()
|
/PHP-8.3/ext/phar/phar/ |
H A D | pharcommand.inc | 731 * @param string $func Function to call on the iterations
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 16980 >>>>>>&24 ubelong x \b, hash iterations %u 24276 # mk-digest-iter; iterations parameter for master key PBKDF2 24277 >164 ubelong x \b, %u MK iterations 24343 #>4 ubelong x \b, %u iterations 39067 # brute search for Magic 0x036C with matching Major maximal 7 iterations 39089 # GCC.HLP is detected after 7 iterations 39091 # this only happens if bigger hlp file is detected after used search iterations
|
H A D | magic私はガラスを食べられます | 16980 >>>>>>&24 ubelong x \b, hash iterations %u 24276 # mk-digest-iter; iterations parameter for master key PBKDF2 24277 >164 ubelong x \b, %u MK iterations 24343 #>4 ubelong x \b, %u iterations 39067 # brute search for Magic 0x036C with matching Major maximal 7 iterations 39089 # GCC.HLP is detected after 7 iterations 39091 # this only happens if bigger hlp file is detected after used search iterations
|
Completed in 200 milliseconds