Home
last modified time | relevance | path

Searched refs:k (Results 301 – 325 of 358) sorted by relevance

1...<<1112131415

/PHP-8.0/ext/standard/tests/array/
H A Din_array_variation2.phpt13 "-.051" =>"k",
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_attr_set.phpt56 foreach ($fields as $k => $meta) {
76 foreach ($fields as $k => $meta) {
96 foreach ($fields as $k => $meta) {
H A Dmysqli_store_result_copy.phpt110 foreach ($fields as $k => $field_info) {
111 if ($fields_copy[$k] != $field_info) {
114 var_dump($fields_copy[$k]);
H A Dmysqli_options.phpt68 $k = $charset['Charset'];
H A Dmysqli_class_mysqli_interface.phpt76 foreach ($methods as $k => $method) {
78 unset($methods[$k]);
/PHP-8.0/ext/standard/
H A Dcrypt_blowfish.c848 const char *k = "\xff\xa3" "34" "\xff\xff\xff\xa3" "345"; in php_crypt_blowfish_rn() local
850 BF_set_key(k, ae, ai, 2); /* $2a$ */ in php_crypt_blowfish_rn()
851 BF_set_key(k, ye, yi, 4); /* $2y$ */ in php_crypt_blowfish_rn()
/PHP-8.0/ext/iconv/tests/
H A Diconv_basic.phpt17 $sjis_string = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');
/PHP-8.0/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt51 $long = str_repeat($string, $size); /* 50k x 2 chars = 1e5 chars */
H A Dmb_encode_mimeheader_basic2.phpt17 $sjis_string = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');
H A Dmb_str_split_ru.phpt51 $long = str_repeat($string, $size); /* 25k x 12 chars = 3e5 chars */
H A Dmb_detect_encoding.phpt12 $sjis = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');
/PHP-8.0/ext/standard/tests/strings/
H A Dhtmlentities_html5.phpt5 function utf32_utf8($k) {
6 if ($k < 0x80) {
7 $retval = pack('C', $k);
8 } else if ($k < 0x800) {
10 0xc0 | ($k >> 6),
11 0x80 | ($k & 0x3f));
12 } else if ($k < 0x10000) {
14 0xe0 | ($k >> 12),
16 0x80 | ($k & 0x3f));
19 0xf0 | ($k >> 18),
[all …]
H A Dchunk_split_variation5.phpt51 ||I||t|| ||a||l||s||o|| ||c||h||e||c||k||s|| ||f||o||r|| ||�|| ||c||h||a||r||"
H A Dchunk_split_variation4.phpt150 k "
/PHP-8.0/ext/phar/phar/
H A Dpharcommand.inc102 'k' => array(
1243 $index = $this->args['k']['val'];
1320 $index = $this->args['k']['val'];
1360 "If -k is given then the metadata is expected to be an array " .
1387 $index = $this->args['k']['val'];
1436 "By using -k it is possible to return a single value.";
1459 $index = $this->args['k']['val'];
1580 foreach($version as $k => $v)
1582 $klen = max($klen, strlen($k));
1585 foreach($version as $k => $v) {
[all …]
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt107 foreach ($elements as $k => $element)
125 foreach ($native_type as $k => $type) {
271 foreach ($flags as $k => $flag) {
287 foreach ($flags as $k => $flag) {
/PHP-8.0/
H A D.gdbinit229 set $k = 0
231 while $k < $num
232 set $p = (Bucket*)($ht->arData + $k)
238 set $k = $k + 1
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt44 foreach ($stack[1]['args'] as $k => $v)
H A Dpdo_mysql_attr_errmode.phpt96 foreach ($info as $k => $v) {
134 foreach ($info as $k => $v) {
/PHP-8.0/ext/gd/libgd/
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()
H A Dgd_png.c633 int k; in gdImagePngCtxEx() local
655 k = colors - 1; in gdImagePngCtxEx()
664 mapping[i] = k--; in gdImagePngCtxEx()
/PHP-8.0/ext/filter/tests/
H A D043.phpt121 string(1) "k"
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c1119 int set_size, i, j, k, l; in zend_jit_compute_liveness() local
1180 for (k = 0; k < ssa->cfg.blocks[succ].predecessors_count; k++) { in zend_jit_compute_liveness()
1182 if (phi->sources[k] >= 0 && zend_bitset_in(candidates, phi->sources[k])) { in zend_jit_compute_liveness()
1183 zend_bitset_incl(live, phi->sources[k]); in zend_jit_compute_liveness()
1325 for (k = 0; k < ssa->cfg.blocks[phi->block].predecessors_count; k++) { in zend_jit_compute_liveness()
1326 src = phi->sources[k]; in zend_jit_compute_liveness()
1943 int k, src; in zend_jit_allocate_registers() local
1963 for (k = 0; k < ssa->cfg.blocks[phi->block].predecessors_count; k++) { in zend_jit_allocate_registers()
1964 src = phi->sources[k]; in zend_jit_allocate_registers()
1987 for (k = 0; k < ssa->cfg.blocks[phi->block].predecessors_count; k++) { in zend_jit_allocate_registers()
[all …]
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c574 size_t len, n, k; in mbfl_strlen() local
589 k = string->len; in mbfl_strlen()
592 while (n < k) { in mbfl_strlen()
927 size_t n, k, len, start, end; in mbfl_substr() local
947 k = 0; in mbfl_substr()
950 while (k <= from) { in mbfl_substr()
958 k++; in mbfl_substr()
974 k = 0; in mbfl_substr()
977 while (k <= length) { in mbfl_substr()
985 k++; in mbfl_substr()
/PHP-8.0/ext/gmp/
H A Dgmp.stub.php110 function gmp_binomial(GMP|int|string $n, int $k): GMP {} argument

Completed in 73 milliseconds

1...<<1112131415