Home
last modified time | relevance | path

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

12

/php-src/ext/exif/tests/
H A Dbug68799.phpt32 $iterations = 3;
34 doStuff($iterations);
35 doStuff($iterations);
/php-src/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-src/ext/random/tests/03_randomizer/methods/
H A DgetInt.phpt23 $iterations = getenv("SKIP_SLOW_TESTS") ? 3_000 : 10_000;
31 for ($i = 0; $i < $iterations; $i++) {
40 for ($i = 0; $i < $iterations; $i++) {
H A DnextFloat.phpt23 $iterations = getenv("SKIP_SLOW_TESTS") ? 3_000 : 10_000;
31 for ($i = 0; $i < $iterations; $i++) {
H A DgetBytes.phpt24 $iterations = getenv("SKIP_SLOW_TESTS") ? 100 : 1_000;
31 for ($i = 1; $i < $iterations; $i++) {
H A DgetBytesFromString.phpt23 $iterations = getenv("SKIP_SLOW_TESTS") ? 10 : 250;
32 for ($i = 1; $i < $iterations; $i++) {
H A DpickArrayKeys.phpt23 $iterations = getenv("SKIP_SLOW_TESTS") ? 10 : 100;
42 for ($i = 1; $i < $iterations; $i++) {
/php-src/ext/random/tests/02_engine/
H A Dall_serialize_user.phpt15 $iterations = getenv("SKIP_SLOW_TESTS") ? 3_000 : 10_000;
26 for ($i = 0; $i < $iterations; $i++) {
/php-src/ext/mbstring/tests/
H A Duuencode_encoding.phpt38 for ($iterations = 0; $iterations < 500; $iterations++) {
/php-src/ext/random/tests/03_randomizer/
H A Dcompatibility_user.phpt19 $iterations = getenv("SKIP_SLOW_TESTS") ? 3_000 : 10_000;
27 for ($i = 0; $i < $iterations; $i++) {
H A Dserialize.phpt21 $iterations = getenv("SKIP_SLOW_TESTS") ? 3_000 : 10_000;
34 for ($i = 0; $i < $iterations; $i++) {
/php-src/ext/zlib/tests/
H A Dbug75273.phpt10 $iterations = (int) ($len / 256) + 1;
11 for ($i = 0; $i < $iterations; $i++) {
H A Dbug74240.phpt14 // this crashes after about 500 iterations if PHP is
H A Dbug60761.phpt36 // pass == only ONE length for all iterations
/php-src/ext/curl/tests/
H A Dbug65458.phpt18 // the number of iterations in the loop, if we're wasting memory here, we
/php-src/ext/spl/tests/
H A DSplFixedArray_change_size_during_iteration.phpt7 /* Try changing size on first, second, and final iterations, and check what
/php-src/Zend/tests/
H A Dgh8548_2.phpt41 // The first iterations will allocate space for things like the resource list
H A Dgh8548.phpt41 // The first iterations will allocate space for things like the resource list
/php-src/ext/standard/tests/file/
H A Dproc_open01.phpt29 print "terminated after 1000 iterations\n";
/php-src/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-src/ext/hash/
H A Dhash_arginfo.h74 ZEND_ARG_TYPE_INFO(0, iterations, IS_LONG, 0)
H A Dhash.c995 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-src/ext/openssl/
H A Dopenssl_arginfo.h158 ZEND_ARG_TYPE_INFO(0, iterations, IS_LONG, 0)
H A Dopenssl.c5345 zend_long key_length = 0, iterations = 0; in PHP_FUNCTION() local
5359 &key_length, &iterations, in PHP_FUNCTION()
5367 PHP_OPENSSL_CHECK_LONG_TO_INT(iterations, iterations, 4); in PHP_FUNCTION()
5387 …assword, (int)password_len, (unsigned char *)salt, (int)salt_len, (int)iterations, digest, (int)ke… in PHP_FUNCTION()

Completed in 90 milliseconds

12