/PHP-7.0/ext/standard/ |
H A D | crypt_sha256.c | 355 size_t cnt; in php_sha256_crypt_r() local 428 for (cnt = key_len; cnt > 32; cnt -= 32) { in php_sha256_crypt_r() 435 for (cnt = key_len; cnt > 0; cnt >>= 1) { in php_sha256_crypt_r() 450 for (cnt = 0; cnt < key_len; ++cnt) { in php_sha256_crypt_r() 459 for (cnt = key_len; cnt >= 32; cnt -= 32) { in php_sha256_crypt_r() 468 for (cnt = 0; cnt < (size_t) (16 + alt_result[0]); ++cnt) { in php_sha256_crypt_r() 477 for (cnt = salt_len; cnt >= 32; cnt -= 32) { in php_sha256_crypt_r() 484 for (cnt = 0; cnt < rounds; ++cnt) { in php_sha256_crypt_r() 698 int cnt, i; in main() local 704 for (cnt = 0; cnt < (int) ntests; ++cnt) { in main() [all …]
|
H A D | crypt_sha512.c | 462 for (cnt = key_len; cnt > 64; cnt -= 64) { in php_sha512_crypt_r() 469 for (cnt = key_len; cnt > 0; cnt >>= 1) { in php_sha512_crypt_r() 484 for (cnt = 0; cnt < key_len; ++cnt) { in php_sha512_crypt_r() 493 for (cnt = key_len; cnt >= 64; cnt -= 64) { in php_sha512_crypt_r() 503 for (cnt = 0; cnt < (size_t) (16 + alt_result[0]); ++cnt) { in php_sha512_crypt_r() 512 for (cnt = salt_len; cnt >= 64; cnt -= 64) { in php_sha512_crypt_r() 519 for (cnt = 0; cnt < rounds; ++cnt) { in php_sha512_crypt_r() 763 int cnt; in main() local 772 for (cnt = 0; cnt < (int) ntests; ++cnt) { in main() 806 for (cnt = 0; cnt < ntests2; ++cnt) { in main() [all …]
|
H A D | proc_open.c | 85 size_t cnt, l, sizeenv = 0; in _php_array_to_envp() local 94 cnt = zend_hash_num_elements(Z_ARRVAL_P(environment)); in _php_array_to_envp() 96 if (cnt < 1) { in _php_array_to_envp() 105 zend_hash_init(env_hash, cnt, NULL, NULL, 0); in _php_array_to_envp() 127 ep = env.envarray = (char **) pecalloc(cnt + 1, sizeof(char *), is_persistent); in _php_array_to_envp()
|
/PHP-7.0/ext/standard/tests/filters/ |
H A D | bug22538.phpt | 21 $cnt = $size; 22 while (($cnt -= $str_len) > 0) { 25 $cnt = $size - ($str_len + $cnt); 33 var_dump($cnt);
|
/PHP-7.0/ext/spl/tests/ |
H A D | bug70561.phpt | 7 $cnt = 0; 10 $cnt++; 15 $di->seek($cnt+1);
|
/PHP-7.0/ext/mbstring/tests/ |
H A D | illformed_utf_sequences.phpt | 62 $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.0/ext/session/tests/ |
H A D | bug65475.phpt | 15 $_SESSION['cnt'] = 1; 21 $_SESSION['cnt']++; 26 var_dump($_SESSION['cnt']); // Should be int(2)
|
/PHP-7.0/scripts/dev/ |
H A D | search_underscores.php | 71 $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.0/ext/gd/tests/ |
H A D | imagefttext.phpt | 27 $cnt = 0; 31 ++$cnt; 39 return ($cnt < ($sx * $sy));
|
/PHP-7.0/tests/classes/ |
H A D | factory_and_singleton_001.phpt | 11 static private $cnt = 0; 23 test::$cnt++; 32 test::$cnt--; 48 return test::$cnt;
|
H A D | factory_and_singleton_002.phpt | 11 static private $cnt = 0; 23 test::$cnt++; 32 test::$cnt--; 48 return test::$cnt;
|
H A D | array_access_003.phpt | 30 $this->cnt = $newval;
|
H A D | array_access_004.phpt | 28 $this->cnt = $newval;
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | proc_open01.phpt | 25 $cnt = ''; 45 $cnt .= $buf; 48 var_dump($cnt);
|
/PHP-7.0/Zend/tests/ |
H A D | bug43201.phpt | 18 for($cnt=0;$cnt<6;$cnt++) { 20 $c->arr[$cnt]["k2"] = $ref;
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | 067.phpt | 53 $cnt = 0; 57 $cnt += $a[0] + $a[1] + $a[2]; 65 var_dump($cnt);
|
/PHP-7.0/ext/gd/libgd/ |
H A D | wbmp.c | 66 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.0/ext/intl/tests/ |
H A D | dateformat_localtime.phpt | 63 $cnt =0; 68 $res_str .= "\nIntlDateFormatter : ".$fmt_desc_array[$cnt]; 70 $cnt++;
|
H A D | dateformat_parse_localtime_parsepos.phpt | 51 $cnt =0; 54 $res_str .= "\nIntlDateFormatter : ".$fmt_desc_array[$cnt]; 55 $cnt++;
|
H A D | locale_compose_locale.phpt | 106 $cnt = 0; 110 $res_str .= "\nInput Array name is : loc".(++$cnt) ;
|
/PHP-7.0/ext/oci8/tests/ |
H A D | refcur_prefetch_2.phpt | 97 $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 D | refcur_prefetch_3.phpt | 67 $cnt = (print_roundtrips($c) - $initial_rt); 68 echo "Number of roundtrips made with prefetch count 5 for 10 rows is $cnt\n";
|
/PHP-7.0/ext/fileinfo/libmagic/ |
H A D | compress.c | 203 ssize_t cnt; in sread() local 204 for (cnt = 0;; cnt++) { in sread() 220 } else if (selrv == 0 && cnt >= 5) { in sread()
|
/PHP-7.0/ext/iconv/ |
H A D | iconv.c | 751 size_t cnt; in _php_iconv_strlen() local 772 for (in_p = str, in_left = nbytes, cnt = 0; in_left > 0; cnt+=2) { in _php_iconv_strlen() 802 *pretval = cnt; in _php_iconv_strlen() 810 *pretval = cnt; in _php_iconv_strlen() 836 size_t cnt; in _php_iconv_substr() local 893 for (in_p = str, in_left = nbytes, cnt = 0; in_left > 0 && len > 0; ++cnt) { in _php_iconv_substr() 984 size_t cnt; in _php_iconv_strpos() local 1024 for (in_p = haystk, in_left = haystk_nbytes, cnt = 0; in_left > 0; ++cnt) { in _php_iconv_strpos() 1055 if (cnt >= (size_t)offset) { in _php_iconv_strpos() 1058 match_ofs = cnt; in _php_iconv_strpos() [all …]
|
/PHP-7.0/Zend/ |
H A D | zend_execute_API.c | 1417 …ai.afn[idx] && ai.afn[idx + 1] ? ", " : (ai.afn[idx] && ai.cnt > MAX_ABSTRACT_INFO_CNT ? ", ..." :… 1421 int cnt; member 1428 if (ai->cnt < MAX_ABSTRACT_INFO_CNT) { in zend_verify_abstract_class_function() 1429 ai->afn[ai->cnt] = fn; in zend_verify_abstract_class_function() 1433 ai->cnt++; in zend_verify_abstract_class_function() 1436 ai->afn[ai->cnt] = NULL; in zend_verify_abstract_class_function() 1439 ai->cnt++; in zend_verify_abstract_class_function() 1457 if (ai.cnt) { in zend_verify_abstract_class() 1459 ZSTR_VAL(ce->name), ai.cnt, in zend_verify_abstract_class() 1460 ai.cnt > 1 ? "s" : "", in zend_verify_abstract_class()
|