Searched refs:iterations (Results 1 – 14 of 14) sorted by relevance
/PHP-7.1/ext/exif/tests/ |
H A D | bug68799.phpt | 31 $iterations = 3; 33 doStuff($iterations); 34 doStuff($iterations);
|
/PHP-7.1/ext/zlib/tests/ |
H A D | bug75273.phpt | 12 $iterations = (int) ($len / 256) + 1; 13 for ($i = 0; $i < $iterations; $i++) {
|
H A D | bug74240.phpt | 18 // this crashes after about 500 iterations if PHP is
|
H A D | bug60761.phpt | 37 // pass == only ONE length for all iterations
|
/PHP-7.1/ext/hash/tests/ |
H A D | hash_pbkdf2_error.phpt | 8 /* {{{ proto string hash_pbkdf2(string algo, string password, string salt, int iterations [, int le… 35 echo "\n-- Testing hash_pbkdf2() function with invalid iterations --\n"; 68 -- Testing hash_pbkdf2() function with invalid iterations --
|
/PHP-7.1/ext/curl/tests/ |
H A D | bug65458.phpt | 20 // the number of iterations in the loop, if we're wasting memory here, we
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | proc_open01.phpt | 29 print "terminated after 1000 iterations\n";
|
/PHP-7.1/ext/hash/ |
H A D | hash.c | 724 zend_long loops, i, j, iterations, digest_length = 0, length = 0; in PHP_FUNCTION() local 730 …S(), "sssl|lb", &algo, &algo_len, &pass, &pass_len, &salt, &salt_len, &iterations, &length, &raw_o… in PHP_FUNCTION() 740 if (iterations <= 0) { in PHP_FUNCTION() 741 …error_docref(NULL, E_WARNING, "Iterations must be a positive integer: " ZEND_LONG_FMT, iterations); in PHP_FUNCTION() 807 for (j = 1; j < iterations; j++) { in PHP_FUNCTION() 1314 ZEND_ARG_INFO(0, iterations)
|
/PHP-7.1/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-7.1/ext/openssl/ |
H A D | openssl.c | 277 ZEND_ARG_INFO(0, iterations) 4910 zend_long key_length = 0, iterations = 0; in PHP_FUNCTION() local 4924 &key_length, &iterations, in PHP_FUNCTION() 4945 PHP_OPENSSL_CHECK_LONG_TO_INT(iterations, iterations); in PHP_FUNCTION() 4951 …assword, (int)password_len, (unsigned char *)salt, (int)salt_len, (int)iterations, digest, (int)ke… in PHP_FUNCTION()
|
/PHP-7.1/ext/phar/phar/ |
H A D | pharcommand.inc | 719 * @param string $func Function to call on the iterations
|
/PHP-7.1/ext/fileinfo/tests/ |
H A D | magic | 9791 >>>>>>&24 ubelong x \b, hash iterations %u
|
H A D | magic私はガラスを食べられます | 9791 >>>>>>&24 ubelong x \b, hash iterations %u
|
Completed in 93 milliseconds