Home
last modified time | relevance | path

Searched refs:k (Results 126 – 150 of 391) sorted by relevance

12345678910>>...16

/php-src/ext/standard/
H A Dcrypt_freesec.c211 int i, j, b, k, inbit, obit; in _crypt_extended_init() local
271 for (k = 0; k < 8; k++) { in _crypt_extended_init()
273 *(il = &ip_maskl[k][i]) = 0; in _crypt_extended_init()
274 *(ir = &ip_maskr[k][i]) = 0; in _crypt_extended_init()
275 *(fl = &fp_maskl[k][i]) = 0; in _crypt_extended_init()
276 *(fr = &fp_maskr[k][i]) = 0; in _crypt_extended_init()
278 inbit = 8 * k + j; in _crypt_extended_init()
295 inbit = 8 * k + j; in _crypt_extended_init()
305 *(il = &comp_maskl[k][i]) = 0; in _crypt_extended_init()
306 *(ir = &comp_maskr[k][i]) = 0; in _crypt_extended_init()
[all …]
H A Dhtml.c397 if (k < 0x80) { in php_utf32_utf8()
398 buf[0] = k; in php_utf32_utf8()
400 } else if (k < 0x800) { in php_utf32_utf8()
401 buf[0] = 0xc0 | (k >> 6); in php_utf32_utf8()
404 } else if (k < 0x10000) { in php_utf32_utf8()
1019 unsigned int k, in find_entity_for_char() argument
1037 c = &table[stage1_idx][ENT_STAGE2_INDEX(k)][ENT_STAGE3_INDEX(k)]; in find_entity_for_char()
1082 unsigned int k, in find_entity_for_char_basic() argument
1087 if (k >= 64U) { in find_entity_for_char_basic()
1480 unsigned i, j, k, in PHP_FUNCTION() local
[all …]
/php-src/ext/intl/tests/
H A Dcollator_sort.phpt68 array( 'y' , 'k' , 'i' )
77 array( 'y' , 'k' , 'i' )
94 array( 'y' , 'k' , 'i' )
189 1 => 'k',
221 1 => 'k',
247 2 => 'k',
H A Dcollator_sort_variant2.phpt68 array( 'y' , 'k' , 'i' )
77 array( 'y' , 'k' , 'i' )
94 array( 'y' , 'k' , 'i' )
189 1 => 'k',
221 1 => 'k',
247 2 => 'k',
H A Dbug74484_MessageFormatter.phpt7 $text = "{a} {b} {c} {d} {e} {f} {g} {h} {i} {j} {k} {l}";
20 'k' => 11,
/php-src/tests/lang/
H A D023.phpt208 $k should go from 0 to 2<br>
209 $k=0<br>
210 $k=1<br>
211 $k=2<br>
224 $k should go from 0 to 2<br>
225 $k=0<br>
226 $k=1<br>
227 $k=2<br>
241 $k=0<br>
242 $k=1<br>
[all …]
H A DforeachLoopObjects.002.phpt17 $v="changed.$k";
25 $v="changed.$k";
33 $v="changed.$k";
48 $v="changed.$k";
56 $v="changed.$k";
72 $v="changed.$k";
80 $v="changed.$k";
149 foreach ($myC as $k=>&$v) {
151 $v="changed.$k";
158 $v="changed.$k";
[all …]
/php-src/ext/spl/tests/
H A Diterator_039.phpt50 foreach($it as $k => $v)
52 var_dump($k);
62 foreach(new NoRewindIterator($it) as $k => $v)
64 var_dump($k);
H A Dheap_007.phpt17 $k = $h->key();
19 echo "$k=>$v\n";
H A Diterator_048.phpt10 foreach(new RecursiveIteratorIterator($this) as $k => $v)
12 var_dump($k);
H A Dpqueue_003.phpt16 $k = $h->key();
18 echo "$k=>$v\n";
H A Diterator_040.phpt19 foreach($it as $k => $v)
23 var_dump($k);
/php-src/ext/opcache/tests/
H A Dinc_array.phpt9 function test_inc_partial_array($k) {
11 $a[$k] = 0;
/php-src/Zend/tests/
H A Dforeach_shadowed_property.phpt10 foreach ($this as $k => $v) {
11 echo "$k => $v\n";
H A Dbug41929.phpt10 foreach ($this as $k=>$v) {
11 echo "$k: $v\n";
H A Dforeach_shadowed_dyn_property.phpt10 foreach ($this as $k => $v) {
11 echo "$k => $v\n";
H A Dbug34467.phpt17 foreach (array (1,2,3) as $abc->k => $abc->v) {
18 var_dump($abc->k,$abc->v);
H A Dbug40509.phpt18 foreach ($arr["v"] as $k => $v) {
19 var_dump($k);
/php-src/ext/pcre/tests/
H A Dpreg_match_caseless_restrict.phpt22 var_dump(preg_match('/k/iu', "\u{212A}"));
23 var_dump(preg_match('/k/iur', "\u{212A}"));
47 var_dump(preg_match('/[^k]+/iur', "A\u{212a}Z")); // match
48 var_dump(preg_match('/[^k]+/iu', "A\u{212a}Z")); // match
58 var_dump(preg_match('/k(?^i)k/iur', "K\u{212a}")); // match
59 var_dump(preg_match('/k(?^i)k/iur', "\u{212a}\u{212a}")); // no match
/php-src/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt10 $o2->b = array('k'=>2);
31 'k' => 2,
58 'k' => 2,
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt36 foreach ($methods as $k => $method) {
39 unset($methods[$k]);
43 unset($methods[$k]);
/php-src/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt20 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
60 …c:::h:::@:::r:::$::: :::2:::2:::2:::2::: :::!:::!:::!:::N:::o:::w::: :::\:::k::: :::a:::s::: :::e:…
61 :::c:::h:::u:::n:::k:::_:::s:::p:::l:::i:::t:::(:::):::"
67 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
72 It has _speci@l ch@r$ 222:::2 !!!Now \k as escape char::: to test
77 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
/php-src/ext/mbstring/tests/
H A Dmb_convert_encoding_basic.phpt14 $sjis_string = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');
74 string(52) "k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg=="
76 string(52) "k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg=="
77 string(52) "k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg=="
78 string(52) "k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg=="
/php-src/ext/pdo_pgsql/tests/
H A Dconfig.inc14 foreach ($config['ENV'] as $k => $v) {
15 putenv("$k=$v");
/php-src/ext/iconv/tests/
H A Diconv_basic_001-win32.phpt13 $string_to_translate = 'Žluťoučký kůň\n';

Completed in 33 milliseconds

12345678910>>...16