Home
last modified time | relevance | path

Searched refs:iterations (Results 1 – 19 of 19) sorted by relevance

/PHP-8.0/ext/exif/tests/
H A Dbug68799.phpt31 $iterations = 3;
33 doStuff($iterations);
34 doStuff($iterations);
/PHP-8.0/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt31 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.0/ext/zlib/tests/
H A Dbug75273.phpt12 $iterations = (int) ($len / 256) + 1;
13 for ($i = 0; $i < $iterations; $i++) {
H A Dbug74240.phpt18 // this crashes after about 500 iterations if PHP is
H A Dbug60761.phpt36 // pass == only ONE length for all iterations
/PHP-8.0/ext/curl/tests/
H A Dbug65458.phpt20 // the number of iterations in the loop, if we're wasting memory here, we
/PHP-8.0/ext/spl/tests/
H A DSplFixedArray_change_size_during_iteration.phpt7 /* Try changing size on first, second, and final iterations, and check what
/PHP-8.0/ext/standard/tests/file/
H A Dproc_open01.phpt29 print "terminated after 1000 iterations\n";
/PHP-8.0/ext/hash/
H A Dhash.stub.php31 function hash_pbkdf2(string $algo, string $password, string $salt, int $iterations, int $length = 0… argument
H A Dhash_arginfo.h71 ZEND_ARG_TYPE_INFO(0, iterations, IS_LONG, 0)
H A Dhash.c978 zend_long loops, i, j, iterations, digest_length = 0, length = 0; in PHP_FUNCTION() local
984 …END_NUM_ARGS(), "Sssl|lb", &algo, &pass, &pass_len, &salt, &salt_len, &iterations, &length, &raw_o… in PHP_FUNCTION()
999 if (iterations <= 0) { in PHP_FUNCTION()
1061 for (j = 1; j < iterations; j++) { in PHP_FUNCTION()
/PHP-8.0/tests/lang/
H A D024.phpt415 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 D023.phpt72 3 loop iterations should follow:<br>
/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php106 function openssl_pbkdf2(string $password, string $salt, int $key_length, int $iterations, string $d… argument
H A Dopenssl_arginfo.h157 ZEND_ARG_TYPE_INFO(0, iterations, IS_LONG, 0)
H A Dopenssl.c4891 zend_long key_length = 0, iterations = 0; in PHP_FUNCTION() local
4905 &key_length, &iterations, in PHP_FUNCTION()
4913 PHP_OPENSSL_CHECK_LONG_TO_INT(iterations, iterations, 4); in PHP_FUNCTION()
4933 …assword, (int)password_len, (unsigned char *)salt, (int)salt_len, (int)iterations, digest, (int)ke… in PHP_FUNCTION()
/PHP-8.0/ext/phar/phar/
H A Dpharcommand.inc719 * @param string $func Function to call on the iterations
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます14683 >>>>>>&24 ubelong x \b, hash iterations %u
31866 # brute search for Magic 0x036C with matching Major maximal 7 iterations
31888 # GCC.HLP is detected after 7 iterations
31890 # this only happens if bigger hlp file is detected after used search iterations
H A Dmagic14683 >>>>>>&24 ubelong x \b, hash iterations %u
31866 # brute search for Magic 0x036C with matching Major maximal 7 iterations
31888 # GCC.HLP is detected after 7 iterations
31890 # this only happens if bigger hlp file is detected after used search iterations

Completed in 201 milliseconds