Home
last modified time | relevance | path

Searched refs:k (Results 1 – 25 of 345) sorted by last modified time

12345678910>>...14

/PHP-7.4/
H A DNEWS2600 . Added gmp_binomial(n, k). (Nikita)
H A D.gdbinit229 set $k = 0
231 while $k < $num
232 set $p = (Bucket*)($ht->arData + $k)
238 set $k = $k + 1
H A Drun-tests.php2538 foreach ($want as $k => $v) {
2540 if (isset($headers[$k])) {
2541 $output_headers[] = $k . ': ' . $headers[$k];
2544 if (!isset($headers[$k]) || $headers[$k] != $v) {
/PHP-7.4/ext/standard/
H A Darray.c3330 k++;
3349 k++;
3366 k++;
5715 for (k = 0; k < MULTISORT_LAST; k++) {
5788 k = 0;
5793 k++;
5796 for (k = 0; k < array_size; k++) {
5812 for (n = 0, k = 0; k < array_size; k++) {
5813 hash->arData[k] = indirect[k][i];
6252 for (k = 0; k < maxlen; k++) {
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgd_png.c628 int k; in gdImagePngCtxEx() local
650 k = colors - 1; in gdImagePngCtxEx()
659 mapping[i] = k--; in gdImagePngCtxEx()
H A Dgd_interpolation.c1382 long k; in gdImageScaleBicubicFixed() local
1494 for (k = -1; k < 3; k++) { in gdImageScaleBicubicFixed()
1495 const gdFixed f = gd_itofx(k)-f_f; in gdImageScaleBicubicFixed()
1518 const int _k = ((k+1)*4) + (l+1); in gdImageScaleBicubicFixed()
1901 int k; in gdImageRotateBicubicFixed() local
2020 for (k=-1; k<3; k++) { in gdImageRotateBicubicFixed()
2021 const gdFixed f = gd_itofx(k)-f_f; in gdImageRotateBicubicFixed()
2053 const int _k = ((k + 1) * 4) + (l + 1); in gdImageRotateBicubicFixed()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6787 int i, j, k, len, c; in optimize_class_chars() local
6808 k = len; in optimize_class_chars()
6812 for (k = 0; k < len; k++) in optimize_class_chars()
6813 if (char_list[k] == c - 0x20) in optimize_class_chars()
6815 char_list[k] |= 0x120; in optimize_class_chars()
6820 if (k == len) in optimize_class_chars()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c2675 size_t k; in do_cli_server() local
2689 k = strlen(php_optarg); in do_cli_server()
2690 if (k + 1 > MAXPATHLEN) { in do_cli_server()
2694 memmove(document_root_tmp, php_optarg, k + 1); in do_cli_server()
2698 document_root_tmp[k] = '\0'; in do_cli_server()
2699 k--; in do_cli_server()
2700 } while ('"' == document_root_tmp[k] || ' ' == document_root_tmp[k]); in do_cli_server()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c561 uint32_t k = opline - op_array->opcodes; in zend_ssa_rename() local
588 ssa_ops[k].op2_def = ssa_vars_count; in zend_ssa_rename()
599 ssa_ops[k].op2_def = ssa_vars_count; in zend_ssa_rename()
605 ssa_ops[k].op1_def = ssa_vars_count; in zend_ssa_rename()
614 ssa_ops[k].op2_def = ssa_vars_count; in zend_ssa_rename()
620 ssa_ops[k].op1_def = ssa_vars_count; in zend_ssa_rename()
629 ssa_ops[k].op1_def = ssa_vars_count; in zend_ssa_rename()
638 ssa_ops[k].op1_def = ssa_vars_count; in zend_ssa_rename()
743 ssa_ops[k].op1_def = ssa_vars_count; in zend_ssa_rename()
886 int i, j, k, changed; in zend_build_ssa() local
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h107 #define mysql_options4(c,a,k,v) mysqlnd_options4((c), (a), (k), (v)) argument
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt107 foreach ($fields as $k => $field_info) {
108 if ($fields_copy[$k] != $field_info) {
111 var_dump($fields_copy[$k]);
H A Dreflection_tools.inc94 foreach ($params as $k => $param)
H A Dmysqli_stmt_get_result_non_select.phpt39 foreach ($engines as $k => $engine)
40 foreach ($engine as $k => $v)
H A Dmysqli_stmt_get_result_metadata.phpt98 …$k, gettype($info->name), $info->name, gettype($fields['meta'][$k]->name), $fields['meta'][$k]->na…
102 …$k, gettype($info->orgname), $info->orgname, gettype($fields['meta'][$k]->orgname), $fields['meta'…
106 …$k, gettype($info->table), $info->table, gettype($fields['meta'][$k]->table), $fields['meta'][$k]-…
110 …$k, gettype($info->orgtable), $info->orgtable, gettype($fields['meta'][$k]->orgtable), $fields['me…
114 … $k, gettype($info->def), $info->def, gettype($fields['meta'][$k]->def), $fields['meta'][$k]->def);
122 …$k, gettype($info->length), $info->length, gettype($fields['meta'][$k]->length), $fields['meta'][$
126 …$k, gettype($info->charsetnr), $info->charsetnr, gettype($fields['meta'][$k]->charsetnr), $fields[…
130 …$k, gettype($info->flags), $info->flags, gettype($fields['meta'][$k]->flags), $fields['meta'][$k]-…
134 …$k, gettype($info->type), $info->type, gettype($fields['meta'][$k]->type), $fields['meta'][$k]->ty…
142 $fields['all_res'][$k]->max_length = $fields['all_meta'][$k]->max_length;
[all …]
H A Dmysqli_stmt_attr_get.phpt46 foreach ($valid_attr as $k => $attr) {
49 gettype($tmp), $tmp, $k, $attr);
55 foreach ($valid_attr as $k => $attr) {
58 gettype($tmp), $tmp, $k, $attr);
H A Dmysqli_stmt_attr_get_prefetch.phpt18 gettype($tmp), $tmp, $k, $attr);
H A Dmysqli_stmt_attr_set.phpt83 foreach ($fields as $k => $meta) {
103 foreach ($fields as $k => $meta) {
123 foreach ($fields as $k => $meta) {
H A Dmysqli_stmt_bind_param.phpt359 foreach ($value_list as $k => $values) {
H A Dmysqli_stmt_bind_result_format.phpt120 foreach ($expected as $k => $v) {
127 $k,
166 foreach ($expected as $k => $v)
167 $expected[$k] = number_format(round($v), 0, '.', ',');
171 foreach ($expected as $k => $v)
176 foreach ($expected as $k => $v)
181 foreach ($expected as $k => $v)
186 foreach ($expected as $k => $v)
191 foreach ($expected as $k => $v)
196 foreach ($expected as $k => $v)
[all …]
H A Dmysqli_multi_query.phpt93 foreach ($lengths as $k => $length)
96 $res_num, $k, $length);
H A Dmysqli_options.phpt87 $k = $charset['Charset'];
H A Dmysqli_phpinfo.phpt53 foreach ($expected as $k => $entry)
H A Dmysqli_fetch_field_types.phpt53 foreach ($datatypes as $k => $v) {
54 if ($k == $field->type) {
H A Dmysqli_get_client_stats.phpt536 foreach ($info as $k => $v)
537 if ($info[$k] != $expected[$k])
538 printf("$k - $v != %s\n", $expected[$k]);
H A Dmysqli_fetch_field_flags.phpt192 foreach ($column_def as $k => $v) {

Completed in 127 milliseconds

12345678910>>...14