Home
last modified time | relevance | path

Searched refs:k (Results 201 – 225 of 348) sorted by relevance

12345678910>>...14

/PHP-7.1/tests/basic/
H A Denable_post_data_reading_06.phpt2 enable_post_data_reading: using multiple input streams (more than 8k data)
H A Dtimeout_variation_2.phpt14 function cb(&$i, $k, $p)
/PHP-7.1/ext/standard/tests/array/
H A Dextract_variation8.phpt9 $var["k"] = 3;
/PHP-7.1/ext/spl/tests/
H A Diterator_053.phpt19 foreach($this as $k => $v)
21 var_dump($k);
H A Drecursive_tree_iterator_004.phpt28 foreach($it as $k => $v) {
H A Dbug54281.phpt11 foreach($it as $k=>$v) { }
H A Diterator_014.phpt71 …r(array("a", array("ba", array("bba", "bbb"), array(array("bcaa"))), array("ca"), "d"))) as $k=>$v)
73 echo "$k=>$v\n";
H A Diterator_047.phpt43 foreach(new RecursiveIteratorIterator($this) as $k => $v)
45 var_dump($k);
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dfrontcontroller9.phar8k+����������a.jpg����� H�����b�����������a.php����� H���l�`������� ���fronk.gronk����� …
/PHP-7.1/ext/phar/tests/files/
H A Dfrontcontroller9.phar8k+����������a.jpg����� H�����b�����������a.php����� H���l�`������� ���fronk.gronk����� …
H A Dfrontcontroller4.phar12 …��ж���������a.phps���_WjJ���l�`�������hiohio<?php function hio(){}D�����!�k�G�g�%���GBMB
/PHP-7.1/ext/gd/libgd/
H A Dgd_jpeg.c308 static int CMYKToRGB(int c, int m, int y, int k, int inverted);
499 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB() argument
505 k = 255 - k; in CMYKToRGB()
507 …return gdTrueColor((255 - c) * (255 - k) / 255, (255 - m) * (255 - k) / 255, (255 - y) * (255 - k)… in CMYKToRGB()
/PHP-7.1/ext/intl/tests/
H A Dcollator_compare.phpt102 array( 'y', 'k' )
135 'y' < 'k'
H A Dcollator_compare_variant2.phpt102 array( 'y', 'k' )
135 'y' < 'k'
/PHP-7.1/ext/pdo/tests/
H A Dpdo_test.inc70 foreach ($config['ENV'] as $k => $v) {
71 putenv("$k=$v");
/PHP-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_max_buffer_size.phpt35 // 10 * (10 * 1024) = 10 * (10 * 1k) = 100k
/PHP-7.1/ext/mysqli/tests/
H A Dlocal_infile_tools.inc124 foreach ($expected as $k => $values) {
126 printf("[%03d/%d] [%d] '%s'\n", $offset + 4, $k, mysqli_errno($link), mysqli_error($link));
131 $offset + 5, $k,
137 $offset + 6, $k,
H A Dmysqli_stmt_attr_get_prefetch.phpt18 gettype($tmp), $tmp, $k, $attr);
/PHP-7.1/ext/xml/tests/
H A Dxml001.phpt38 while (list($k, $v) = each($attribs)) {
39 print " $k=\"$v\"";
H A Dxml003.phpt18 while (list($k, $v) = each($attribs)) {
19 print " $k=\"$v\"";
H A Dxml002.phpt18 while (list($k, $v) = each($attribs)) {
19 print " $k=\"$v\"";
/PHP-7.1/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt16 var_dump(bin2hex(convert_cyr_string($str, 'w', 'k')));
24 echo "$i: " . bin2hex(convert_cyr_string($str, 'w', 'k')) . "\n";
H A Dadd-and-stripcslashes.phpt21 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
/PHP-7.1/win32/
H A Dcodepage.c126 int k = 0; in php_win32_cp_conv_ascii_to_w() local
137 k = _snwprintf(ret_idx, in_len - i, L"%.*hs", (int)(in_len - i), in); in php_win32_cp_conv_ascii_to_w()
139 if (-1 == k) { in php_win32_cp_conv_ascii_to_w()
145 i += k + 1; in php_win32_cp_conv_ascii_to_w()
149 in += k + 1; in php_win32_cp_conv_ascii_to_w()
150 ret_idx += k + 1; in php_win32_cp_conv_ascii_to_w()
/PHP-7.1/Zend/tests/
H A Dbug37715.phpt22 foreach($a as $k => $d)

Completed in 36 milliseconds

12345678910>>...14