Home
last modified time | relevance | path

Searched refs:k (Results 376 – 396 of 396) sorted by relevance

1...<<111213141516

/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c728 zval k, v; in fpm_conf_apply_kv_array_to_kv_array() local
729 ZVAL_STRING(&k, kv->key); in fpm_conf_apply_kv_array_to_kv_array()
731 fpm_conf_set_array(&k, &v, &dest, 0); in fpm_conf_apply_kv_array_to_kv_array()
/php-src/build/
H A Dltmain.sh4138 k=1
4139 output=$output_objdir/$output_la-${k}.$objext
4151 if test "$k" -eq 1 ; then
4159 last_robj=$output_objdir/$output_la-${k}.$objext
4160 k=`expr $k + 1`
4161 output=$output_objdir/$output_la-${k}.$objext
H A Dgen_stub.php2426 foreach ($arginfoType->classTypes as $k => $classType) {
2428 …$code .= "\t{$variableLikeType}_{$variableLikeName}_type_list->types[$k] = (zend_type) ZEND_TYPE_I…
3472 foreach ($this->extends as $k => $parent) {
3483 $k === 0 ? "extends" : null,
3494 foreach ($this->implements as $k => $interface) {
3500 …$ooElement = self::createOoElement($doc, $interfaceInfo, null, false, $k === 0 ? "implements" : nu…
H A Dlibtool.m4833 # the test eventually succeeds (with a max line length of 256k).
1703 linux* | k*bsd*-gnu)
2490 linux* | k*bsd*-gnu)
3334 linux* | k*bsd*-gnu)
4577 linux* | k*bsd*-gnu)
4895 linux* | k*bsd*-gnu)
5165 linux* | k*bsd*-gnu)
5508 gnu* | linux* | k*bsd*-gnu)
/php-src/ext/standard/
H A Dhtml_tables.h91 #define ENT_ENC_TO_UNI_STAGE1(k) ((k & 0xC0) >> 6) argument
93 #define ENT_ENC_TO_UNI_STAGE2(k) ((k) & 0x3F) argument
1088 #define ENT_STAGE1_INDEX(k) (((k) & 0xFFF000) >> 12) /* > 1D, we have no mapping */ argument
1089 #define ENT_STAGE2_INDEX(k) (((k) & 0xFC0) >> 6) argument
1090 #define ENT_STAGE3_INDEX(k) ((k) & 0x3F) argument
1091 #define ENT_CODE_POINT_FROM_STAGES(i,j,k) (((i) << 12) | ((j) << 6) | (k)) argument
/php-src/ext/ldap/
H A Dldap.c2546 int i, j, k; in PHP_FUNCTION() local
2711 for (k = 0; k < num_modvals; k++) { in PHP_FUNCTION()
2712 if ((fetched = zend_hash_index_find(Z_ARRVAL_P(modinfo), k)) == NULL) { in PHP_FUNCTION()
/php-src/ext/opcache/jit/ir/
H A Dir.c931 uint32_t k = key & any; local
932 uint32_t h = _ir_fold_hashkey(k);
934 if (IR_FOLD_KEY(fh) == k
936 || (fh = _ir_fold_hash[h+1], (fh & 0x1fffff) == k)
/php-src/ext/mbstring/
H A Dmbstring.c3238 for (size_t k = 0; k < n; k++) { in init_candidate_array() local
3239 if (!enc->check((unsigned char*)in[k], in_len[k])) { in init_candidate_array()
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt385 foreach ($value_list as $k => $values) {
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3216 # 00064000 for 400k GCR disks dc42-400k-gcr.trid.xml
3217 # 000c8000 for 800k GCR disks dc42-800k-gcr.trid.xml
3218 # 000b4000 for 720k MFM disks dc42-720k-mfm.trid.xml
3219 # 00168000 for 1440k MFM disks dc42-1440k-mfm.trid.xml
6438 # NRT a.k.a. NRTRDE
14285 #>>512 ubyte =0xed 720k
14287 #>>512 ubyte =0xf8 720k
14289 #>>512 ubyte =0xfa 320k
14290 #>>512 ubyte =0xfb 640k
14291 #>>512 ubyte =0xfc 180k
[all …]
H A Dmagic3216 # 00064000 for 400k GCR disks dc42-400k-gcr.trid.xml
3217 # 000c8000 for 800k GCR disks dc42-800k-gcr.trid.xml
3218 # 000b4000 for 720k MFM disks dc42-720k-mfm.trid.xml
3219 # 00168000 for 1440k MFM disks dc42-1440k-mfm.trid.xml
6438 # NRT a.k.a. NRTRDE
14285 #>>512 ubyte =0xed 720k
14287 #>>512 ubyte =0xf8 720k
14289 #>>512 ubyte =0xfa 320k
14290 #>>512 ubyte =0xfb 640k
14291 #>>512 ubyte =0xfc 180k
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c649 int k, vars_count; in zend_jit_trace_add_phis() local
700 for (k = 0; k < vars_count; k++) { in zend_jit_trace_add_phis()
701 if (zend_bitset_in(use, k)) { in zend_jit_trace_add_phis()
707 phi->sources[0] = STACK_VAR(stack, k); in zend_jit_trace_add_phis()
711 phi->var = k; in zend_jit_trace_add_phis()
713 SET_STACK_VAR(stack, k, ssa_vars_count); in zend_jit_trace_add_phis()
H A Dzend_jit_ir.c3458 ir_ref j, k, n, *p, *q, *r; in _zend_jit_fix_merges() local
3471 for (j = k = 0, q = r = insn->ops + 1; j < n; j++, q++) { in _zend_jit_fix_merges()
3480 ir_insn_set_op(phi, k + 2, ir_insn_op(phi, j + 2)); in _zend_jit_fix_merges()
3484 k++; in _zend_jit_fix_merges()
3488 if (k != n) { in _zend_jit_fix_merges()
3491 if (k <= 1) { in _zend_jit_fix_merges()
3495 insn->inputs_count = k; in _zend_jit_fix_merges()
3498 k2 = 1 + (k >> 2); in _zend_jit_fix_merges()
3508 if (k <= 1) { in _zend_jit_fix_merges()
3514 phi->inputs_count = k + 1; in _zend_jit_fix_merges()
[all …]
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7093 int i, j, k, len, c; in optimize_class_chars() local
7114 k = len; in optimize_class_chars()
7118 for (k = 0; k < len; k++) in optimize_class_chars()
7119 if (char_list[k] == c - 0x20) in optimize_class_chars()
7121 char_list[k] |= 0x120; in optimize_class_chars()
7126 if (k == len) in optimize_class_chars()
/php-src/Zend/
H A Dzend_compile.c7080 for (uint32_t k = 0; k < j; k++) { in zend_compile_attributes() local
7081 if (attr->args[k].name && in zend_compile_attributes()
7082 zend_string_equals(attr->args[k].name, attr->args[j].name)) { in zend_compile_attributes()
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar15 …,����������SourceFile/PerTest.php�����ib����R������� ���index.phpF����ibF��k!�_�������<?php
/php-src/ext/standard/tests/misc/
H A Duser_agents.txt4 Apache/2.4.10 (Debian) OpenSSL/1.0.1k (internal dummy connection)
H A Dget_browser_variation3.phpt21 Agent Apache/2.4.10 (Debian) OpenSSL/1.0.1k (internal dummy connection)
/php-src/
H A Dphp.ini-development361 ;realpath_cache_size = 4096k
H A Dphp.ini-production361 ;realpath_cache_size = 4096k
/php-src/ext/mbstring/tests/data/
H A DKSX1001.txt49 # local($k)=hex($euck);
50 # printf ("0x%04X 0x%04X %s\n",$k-0x8080, $u,join(' ',@rest));

Completed in 446 milliseconds

1...<<111213141516