Home
last modified time | relevance | path

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

12345678910>>...16

/php-src/tests/basic/
H A Dini_parse_quantity_basic.phpt13 '1k',
H A Denable_post_data_reading_06.phpt2 enable_post_data_reading: using multiple input streams (more than 8k data)
/php-src/Zend/tests/
H A Dfe_fetch_op2_live_range.phpt6 foreach (["test"] as $k => func()[]) {}
H A Derrmsg_042.phpt7 foreach ($a as &$k=>$v) {
H A Dgh11244-002.phpt6 $data = ["k" => 0, 1, 2];
H A Dgh11244-003.phpt6 $data = ["k" => 0, 1, 2, 3];
/php-src/ext/pcre/tests/
H A Dpreg_replace.phpt9 var_dump(preg_replace('/(ab)(c)(d)(e)(f)(g)(h)(i)(j)(k)/', 'a${1}2$103', 'zabcdefghijkl'));
H A Dbug75207.phpt5 …){99}-))(?J)(?'R'(?'R'<((?'RR'(?'R'\){97)?J)?J)(?'R'(?'R'\){99|(:(?|(?'R')(\k'R')|((?'R')))H'R'R)(…
/php-src/ext/dom/lexbor/lexbor/core/
H A Dutils.h26 lexbor_utils_power(size_t t, size_t k);
/php-src/tests/lang/
H A DforeachLoop.006.phpt6 foreach ($a as &$k=>$v) {
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt63 array( 'BN0$jh uWE}k', 'c95b95dc' ),
81 array( 'k$}2}1b.,+Flyde', '2255bec4' ),
83 array( '?RNRQ`5_lA\'Y;k@&', '98f1390e' ),
132 array( ':{k:cz2sQ$s~<\\tGF^3[<ry]JJ', '92579a4a' ),
142 array( 'qe<p"]GMcVk||>k&sJKLITYIYZET', '90be4d50' ),
147 array( 'eUq]U{k~EP!]b04f2v;{Qd!Ka?l+^', 'e777322d' ),
165 array( 'i)a\\~g]Aa%9{qu[G\\J}b.Q JBY.m"c`k', '195cad65' ),
166 array( 'lCIk,\'.m-Gj >GH{qF^!x_L;9Z*;?k(,', '36f68af8' ),
169 array( '@LI}cZCi)yZg)tVi:%8#k^K,h\\2g(vvIC', '3dd2e16e' ),
173 array( '[UF~U3"k|Vyx.+K$*)<f@p= }O#zl4\'HjM', '93a09a8c' ),
[all …]
/php-src/ext/spl/tests/
H A Dgh11178.phpt18 foreach ($obj as $k => &$v) {
H A Diterator_042.phpt32 foreach($it as $k => $v)
36 var_dump($k);
H A Diterator_052.phpt19 foreach($this as $k => $v)
21 var_dump($k);
H A Dbug54281.phpt11 foreach($it as $k=>$v) { }
H A Drecursive_tree_iterator_004.phpt28 foreach($it as $k => $v) {
/php-src/ext/hash/
H A Dhash_md.c115 #define MD4_R1(a,b,c,d,k,s) a = ROTL32(s, a + MD4_F(b,c,d) + x[k]) argument
116 #define MD4_R2(a,b,c,d,k,s) a = ROTL32(s, a + MD4_G(b,c,d) + x[k] + 0x5A827999) argument
117 #define MD4_R3(a,b,c,d,k,s) a = ROTL32(s, a + MD4_H(b,c,d) + x[k] + 0x6ED9EBA1) argument
/php-src/ext/mbstring/tests/
H A Dcasefolding.phpt10 ["k", "K"],
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_113.phpt16 foreach ($obj as $k => &$v) {
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_max_buffer_size.phpt28 // 10 * (10 * 1024) = 10 * (10 * 1k) = 100k
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite23.phar8 6���������������������test.txt���M��H������E�������<?php __HALT_COMPILER();��8��.��X�N�ݱƊ�k
/php-src/ext/session/tests/
H A D017.phpt23 $k = new Kill();
/php-src/ext/standard/tests/array/
H A Dextract_variation8.phpt9 $var["k"] = 3;
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c293 TValue*k; member
1373 int k;
1440 if(0<k&&k<=(1<<(32-2))){
1636 int k;
3656 #define hasmultret(k)((k)==VCALL||(k)==VVARARG)
3721 e->k=k;
3774 fs->upvalues[f->nups].k=cast_byte(v->k);
4377 if(v.k==VNIL)v.k=VFALSE;
4436 int k;
4438 k=e.k;
[all …]
/php-src/ext/intl/tests/
H A Dcollator_compare.phpt103 array( 'y', 'k' )
136 'y' < 'k'

Completed in 54 milliseconds

12345678910>>...16