Home
last modified time | relevance | path

Searched refs:k (Results 176 – 200 of 334) sorted by relevance

12345678910>>...14

/PHP-5.6/tests/lang/
H A DforeachLoop.006.phpt6 foreach ($a as &$k=>$v) {
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt45 foreach ($methods as $k => $method) {
48 unset($methods[$k]);
53 unset($methods[$k]);
72 foreach ($variables as $k => $var)
77 foreach ($variables as $k => $var)
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,
/PHP-5.6/ext/pdo_mysql/tests/
H A Dconfig.inc18 foreach ($config['ENV'] as $k => $v) {
19 putenv("$k=$v");
H A Dbug41125.phpt33 foreach ($queries as $k => $query) {
36 printf("[%d] Query: [[%s]]\n", $k + 1, $query);
74 foreach ($queries as $k => $query) {
79 printf("[%d] Query: [[%s]]\n", $k + 1, $query);
H A Dpdo_mysql_attr_max_buffer_size.phpt35 // 10 * (10 * 1024) = 10 * (10 * 1k) = 100k
/PHP-5.6/ext/spl/tests/
H A Diterator_052.phpt19 foreach($this as $k => $v)
21 var_dump($k);
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) { }
/PHP-5.6/win32/build/
H A Dconfutils.js675 var i, j, k, libname;
682 for (k = 0; k < path.length; k++) {
1544 var i,j,k,m;
1560 for (k = 0; k < ar_out.length; k++) {
1576 k = 0;
1578 k += max[i] + 3;
1580 k++;
1582 for (j=0; j < k; j++) {
1604 for (var k = 0; k < (max[j] - line[j].length); k++){
1787 for (var k in ignores) {
[all …]
/PHP-5.6/ext/phar/tests/cache_list/files/
H A Dwrite23.phar8 6���������������������test.txt���M��H������E�������<?php __HALT_COMPILER();��8��.��X�N�ݱƊ�k
H A Dfrontcontroller9.phar8k+����������a.jpg����� H�����b�����������a.php����� H���l�`������� ���fronk.gronk����� …
/PHP-5.6/ext/session/tests/
H A D017.phpt21 $k = new Kill();
/PHP-5.6/ext/pcre/tests/
H A Dbug75207.phpt5 …){99}-))(?J)(?'R'(?'R'<((?'RR'(?'R'\){97)?J)?J)(?'R'(?'R'\){99|(:(?|(?'R')(\k'R')|((?'R')))H'R'R)(…
/PHP-5.6/tests/basic/
H A Denable_post_data_reading_06.phpt2 enable_post_data_reading: using multiple input streams (more than 8k data)
/PHP-5.6/ext/standard/tests/array/
H A Dextract_variation8.phpt9 $var["k"] = 3;
/PHP-5.6/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-5.6/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-5.6/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-5.6/ext/pdo/tests/
H A Dpdo_test.inc70 foreach ($config['ENV'] as $k => $v) {
71 putenv("$k=$v");
/PHP-5.6/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";
/PHP-5.6/ext/xml/tests/
H A Dxml001.phpt38 while (list($k, $v) = each($attribs)) {
39 print " $k=\"$v\"";

Completed in 71 milliseconds

12345678910>>...14