Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.5/ext/session/tests/
H A D017.phpt21 $k = new Kill();
/PHP-5.5/ext/standard/tests/array/
H A Dextract_variation8.phpt9 $var["k"] = 3;
/PHP-5.5/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 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-5.5/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.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller9.phar8k+����������a.jpg����� H�����b�����������a.php����� H���l�`������� ���fronk.gronk����� …
/PHP-5.5/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.5/ext/standard/
H A Darray.c1979 k++; in _phpi_pop()
3813 for (k = 0; k < MULTISORT_LAST; k++) \
3834 int i, k; in PHP_FUNCTION() local
3865 for (k = 0; k < MULTISORT_LAST; k++) { in PHP_FUNCTION()
3927 for (k = 0; k < MULTISORT_LAST; k++) { in PHP_FUNCTION()
3944 k = 0; in PHP_FUNCTION()
3949 for (k = 0; k < array_size; k++) { in PHP_FUNCTION()
3964 for (k = 0; k < array_size; k++) { in PHP_FUNCTION()
3974 k = 0; in PHP_FUNCTION()
3990 for (k = 0; k < MULTISORT_LAST; k++) { in PHP_FUNCTION()
[all …]
/PHP-5.5/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.5/ext/pdo/tests/
H A Dpdo_test.inc70 foreach ($config['ENV'] as $k => $v) {
71 putenv("$k=$v");
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_max_buffer_size.phpt35 // 10 * (10 * 1024) = 10 * (10 * 1k) = 100k
/PHP-5.5/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-5.5/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.phpt23 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
/PHP-5.5/ext/xml/tests/
H A Dxml003.phpt18 while (list($k, $v) = each($attribs)) {
19 print " $k=\"$v\"";
H A Dxml001.phpt38 while (list($k, $v) = each($attribs)) {
39 print " $k=\"$v\"";
H A Dxml002.phpt18 while (list($k, $v) = each($attribs)) {
19 print " $k=\"$v\"";
/PHP-5.5/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'));
/PHP-5.5/Zend/tests/
H A Dbug37715.phpt22 foreach($a as $k => $d)
/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic3.phpt24 $sjis_string = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');
49 string(68) "=?Shift_JIS?B?k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==?="

Completed in 62 milliseconds

12345678910>>...13