Home
last modified time | relevance | path

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

/PHP-7.2/ext/exif/tests/
H A Dbug68799.phpt31 $iterations = 3;
33 doStuff($iterations);
34 doStuff($iterations);
/PHP-7.2/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.phpt37 // pass == only ONE length for all iterations
/PHP-7.2/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt8 /* {{{ proto string hash_pbkdf2(string algo, string password, string salt, int iterations [, int le…
32 echo "\n-- Testing hash_pbkdf2() function with invalid iterations --\n";
73 -- Testing hash_pbkdf2() function with invalid iterations --
/PHP-7.2/ext/curl/tests/
H A Dbug65458.phpt20 // the number of iterations in the loop, if we're wasting memory here, we
/PHP-7.2/ext/standard/tests/file/
H A Dproc_open01.phpt29 print "terminated after 1000 iterations\n";
/PHP-7.2/ext/hash/
H A Dhash.c721 zend_long loops, i, j, iterations, digest_length = 0, length = 0; in PHP_FUNCTION() local
727 …S(), "sssl|lb", &algo, &algo_len, &pass, &pass_len, &salt, &salt_len, &iterations, &length, &raw_o… in PHP_FUNCTION()
741 if (iterations <= 0) { in PHP_FUNCTION()
742 …error_docref(NULL, E_WARNING, "Iterations must be a positive integer: " ZEND_LONG_FMT, iterations); in PHP_FUNCTION()
808 for (j = 1; j < iterations; j++) { in PHP_FUNCTION()
1384 ZEND_ARG_INFO(0, iterations)
/PHP-7.2/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-7.2/ext/openssl/
H A Dopenssl.c276 ZEND_ARG_INFO(0, iterations)
4962 zend_long key_length = 0, iterations = 0; in PHP_FUNCTION() local
4976 &key_length, &iterations, in PHP_FUNCTION()
4997 PHP_OPENSSL_CHECK_LONG_TO_INT(iterations, iterations); in PHP_FUNCTION()
5003 …assword, (int)password_len, (unsigned char *)salt, (int)salt_len, (int)iterations, digest, (int)ke… in PHP_FUNCTION()
/PHP-7.2/ext/phar/phar/
H A Dpharcommand.inc719 * @param string $func Function to call on the iterations
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic11894 >>>>>>&24 ubelong x \b, hash iterations %u
24785 # brute search for Magic 0x036C with matching Major maximal 7 iterations
24807 # GCC.HLP is detected after 7 iterations
24809 # this only happens if bigger hlp file is detected after used search iterations
H A Dmagic私はガラスを食べられます11894 >>>>>>&24 ubelong x \b, hash iterations %u
24785 # brute search for Magic 0x036C with matching Major maximal 7 iterations
24807 # GCC.HLP is detected after 7 iterations
24809 # this only happens if bigger hlp file is detected after used search iterations

Completed in 137 milliseconds