Home
last modified time | relevance | path

Searched refs:cnt (Results 1 – 25 of 44) sorted by relevance

12

/PHP-7.3/ext/standard/
H A Dcrypt_sha256.c343 size_t cnt; in php_sha256_crypt_r() local
416 for (cnt = key_len; cnt > 32; cnt -= 32) { in php_sha256_crypt_r()
423 for (cnt = key_len; cnt > 0; cnt >>= 1) { in php_sha256_crypt_r()
438 for (cnt = 0; cnt < key_len; ++cnt) { in php_sha256_crypt_r()
447 for (cnt = key_len; cnt >= 32; cnt -= 32) { in php_sha256_crypt_r()
456 for (cnt = 0; cnt < (size_t) (16 + alt_result[0]); ++cnt) { in php_sha256_crypt_r()
465 for (cnt = salt_len; cnt >= 32; cnt -= 32) { in php_sha256_crypt_r()
472 for (cnt = 0; cnt < rounds; ++cnt) { in php_sha256_crypt_r()
686 int cnt, i; in main() local
692 for (cnt = 0; cnt < (int) ntests; ++cnt) { in main()
[all …]
H A Dcrypt_sha512.c450 for (cnt = key_len; cnt > 64; cnt -= 64) { in php_sha512_crypt_r()
457 for (cnt = key_len; cnt > 0; cnt >>= 1) { in php_sha512_crypt_r()
472 for (cnt = 0; cnt < key_len; ++cnt) { in php_sha512_crypt_r()
481 for (cnt = key_len; cnt >= 64; cnt -= 64) { in php_sha512_crypt_r()
491 for (cnt = 0; cnt < (size_t) (16 + alt_result[0]); ++cnt) { in php_sha512_crypt_r()
500 for (cnt = salt_len; cnt >= 64; cnt -= 64) { in php_sha512_crypt_r()
507 for (cnt = 0; cnt < rounds; ++cnt) { in php_sha512_crypt_r()
751 int cnt; in main() local
760 for (cnt = 0; cnt < (int) ntests; ++cnt) { in main()
794 for (cnt = 0; cnt < ntests2; ++cnt) { in main()
[all …]
/PHP-7.3/ext/standard/tests/filters/
H A Dbug22538.phpt21 $cnt = $size;
22 while (($cnt -= $str_len) > 0) {
25 $cnt = $size - ($str_len + $cnt);
33 var_dump($cnt);
/PHP-7.3/ext/spl/tests/
H A Dbug70561.phpt7 $cnt = 0;
10 $cnt++;
15 $di->seek($cnt+1);
/PHP-7.3/ext/mbstring/tests/
H A Dillformed_utf_sequences.phpt62 $cnt = 0;
66 $cnt++;
88 $cnt = 0;
92 $cnt++;
101 $cnt = 0;
105 $cnt++;
114 $cnt = 0;
118 $cnt++;
129 $cnt = 0;
134 $cnt++;
[all …]
/PHP-7.3/ext/session/tests/
H A Dbug65475.phpt15 $_SESSION['cnt'] = 1;
21 $_SESSION['cnt']++;
26 var_dump($_SESSION['cnt']); // Should be int(2)
/PHP-7.3/scripts/dev/
H A Dsearch_underscores.php71 $cnt = $cnt_modules + $cnt_classes + $cnt_methods; variable
78 printf("Names: %5d\n", $cnt);
79 printf("Errors: %5d (%.1f%%)\n", $err, round($err * 100 / $cnt, 1));
/PHP-7.3/ext/gd/tests/
H A Dimagefttext.phpt27 $cnt = 0;
31 ++$cnt;
39 return ($cnt < ($sx * $sy));
/PHP-7.3/tests/classes/
H A Dfactory_and_singleton_001.phpt9 static private $cnt = 0;
21 test::$cnt++;
30 test::$cnt--;
46 return test::$cnt;
H A Dfactory_and_singleton_002.phpt9 static private $cnt = 0;
21 test::$cnt++;
30 test::$cnt--;
46 return test::$cnt;
H A Darray_access_003.phpt30 $this->cnt = $newval;
H A Darray_access_004.phpt28 $this->cnt = $newval;
/PHP-7.3/ext/zlib/tests/
H A Dbug75273.phpt15 $cnt = 0;
16 while ($cnt < 256) {
20 $cnt++;
/PHP-7.3/ext/standard/tests/file/
H A Dproc_open01.phpt25 $cnt = '';
45 $cnt .= $buf;
48 var_dump($cnt);
/PHP-7.3/Zend/tests/
H A Dbug43201.phpt18 for($cnt=0;$cnt<6;$cnt++) {
20 $c->arr[$cnt]["k2"] = $ref;
/PHP-7.3/ext/mysqli/tests/
H A D067.phpt53 $cnt = 0;
57 $cnt += $a[0] + $a[1] + $a[2];
65 var_dump($cnt);
/PHP-7.3/ext/gd/libgd/
H A Dwbmp.c66 int cnt, l, accu; in putmbi() local
69 cnt = 0; in putmbi()
72 accu += i & 0x7f << 7 * cnt++; in putmbi()
75 for (l = cnt - 1; l > 0; l--) in putmbi()
/PHP-7.3/ext/intl/tests/
H A Ddateformat_localtime.phpt63 $cnt =0;
68 $res_str .= "\nIntlDateFormatter : ".$fmt_desc_array[$cnt];
70 $cnt++;
H A Ddateformat_parse_localtime_parsepos.phpt51 $cnt =0;
54 $res_str .= "\nIntlDateFormatter : ".$fmt_desc_array[$cnt];
55 $cnt++;
H A Dlocale_compose_locale.phpt106 $cnt = 0;
110 $res_str .= "\nInput Array name is : loc".(++$cnt) ;
/PHP-7.3/ext/oci8/tests/
H A Drefcur_prefetch_2.phpt97 $cnt = (print_roundtrips($c) - $initial_rt);
98 echo "Number of roundtrips made with prefetch count 0 for 5 rows is $cnt\n";
106 $cnt = (print_roundtrips($c) - $initial_rt );
107 echo "Number of roundtrips made with prefetch count 5 for 5 rows is $cnt\n";
H A Drefcur_prefetch_3.phpt67 $cnt = (print_roundtrips($c) - $initial_rt);
68 echo "Number of roundtrips made with prefetch count 5 for 10 rows is $cnt\n";
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcompress.c286 ssize_t cnt; in sread() local
287 for (cnt = 0;; cnt++) { in sread()
303 } else if (selrv == 0 && cnt >= 5) { in sread()
/PHP-7.3/ext/iconv/
H A Diconv.c741 size_t cnt; in _php_iconv_strlen() local
791 *pretval = cnt; in _php_iconv_strlen()
799 *pretval = cnt; in _php_iconv_strlen()
825 size_t cnt; in _php_iconv_substr() local
884 for (in_p = str, in_left = nbytes, cnt = 0; more; ++cnt) { in _php_iconv_substr()
895 if ((zend_long)cnt >= offset) { in _php_iconv_substr()
973 size_t cnt; in _php_iconv_strpos() local
1016 for (in_p = haystk, in_left = haystk_nbytes, cnt = 0; more; ++cnt) { in _php_iconv_strpos()
1047 if (cnt >= (size_t)offset) { in _php_iconv_strpos()
1050 match_ofs = cnt; in _php_iconv_strpos()
[all …]
/PHP-7.3/Zend/
H A Dzend_execute_API.c1387 …ai.afn[idx] && ai.afn[idx + 1] ? ", " : (ai.afn[idx] && ai.cnt > MAX_ABSTRACT_INFO_CNT ? ", ..." :…
1391 int cnt; member
1398 if (ai->cnt < MAX_ABSTRACT_INFO_CNT) { in zend_verify_abstract_class_function()
1399 ai->afn[ai->cnt] = fn; in zend_verify_abstract_class_function()
1403 ai->cnt++; in zend_verify_abstract_class_function()
1406 ai->afn[ai->cnt] = NULL; in zend_verify_abstract_class_function()
1409 ai->cnt++; in zend_verify_abstract_class_function()
1427 if (ai.cnt) { in zend_verify_abstract_class()
1429 ZSTR_VAL(ce->name), ai.cnt, in zend_verify_abstract_class()
1430 ai.cnt > 1 ? "s" : "", in zend_verify_abstract_class()

Completed in 70 milliseconds

12