Home
last modified time | relevance | path

Searched refs:k (Results 251 – 275 of 396) sorted by relevance

1...<<111213141516

/php-src/ext/intl/tests/
H A Dcollator_compare_variant2.phpt102 array( 'y', 'k' )
134 'y' < 'k'
/php-src/ext/spl/tests/
H A Diterator_053.phpt19 foreach($this as $k => $v)
21 var_dump($k);
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-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic3.phpt14 $sjis_string = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');
39 string(68) "=?Shift_JIS?B?k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==?="
/php-src/ext/phar/tests/cache_list/files/
H A Dfrontcontroller9.phar8k+����������a.jpg����� H�����b�����������a.php����� H���l�`������� ���fronk.gronk����� …
/php-src/ext/phar/tests/files/
H A Dfrontcontroller9.phar8k+����������a.jpg����� H�����b�����������a.php����� H���l�`������� ���fronk.gronk����� …
/php-src/ext/mysqli/tests/
H A Dlocal_infile_tools.inc122 foreach ($expected as $k => $values) {
124 … printf("[%03d/%d] [%d] '%s'\n", $offset + 4, $k, mysqli_errno($link), mysqli_error($link));
129 $offset + 5, $k,
135 $offset + 6, $k,
H A Dmysqli_stmt_attr_get_prefetch.phpt18 gettype($tmp), $tmp, $k, $attr);
H A Dmysqli_class_mysqli_driver_interface.phpt17 foreach ($methods as $k => $method) {
19 unset($expected_methods[$method], $methods[$k]);
H A Dmysqli_fetch_fields.phpt27 foreach ($fields as $k => $field) {
29 switch ($k) {
/php-src/ext/opcache/tests/jit/
H A Dfe_reset_undef.phpt13 foreach ($a as $k) {}
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_115.phpt18 foreach ($obj as $k => &$v) {}
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_basic.phpt47 string(1) "k"
113 string(1) "k"
/php-src/ext/random/
H A Dengine_xoshiro256starstar.c40 ZEND_ATTRIBUTE_CONST static inline uint64_t rotl(const uint64_t x, int k) in rotl() argument
42 return (x << k) | (x >> (64 - k)); in rotl()
/php-src/ext/gd/libgd/
H A Dgd_jpeg.c323 static int CMYKToRGB(int c, int m, int y, int k, int inverted);
525 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB() argument
531 k = 255 - k; in CMYKToRGB()
533 …return gdTrueColor((255 - c) * (255 - k) / 255, (255 - m) * (255 - k) / 255, (255 - y) * (255 - k)… in CMYKToRGB()
/php-src/ext/xml/tests/
H A Dxml001.phpt39 foreach ($attribs as $k => $v) {
40 print " $k=\"$v\"";
H A Dxml003.phpt19 foreach ($attribs as $k => $v) {
20 print " $k=\"$v\"";
H A Dxml002.phpt19 foreach ($attribs as $k => $v) {
20 print " $k=\"$v\"";
/php-src/ext/pdo_mysql/tests/
H A Dbug53782.phpt25 foreach ($res as $k => $v) {
H A Dbug41125.phpt31 foreach ($queries as $k => $query) {
34 printf("[%d] Query: [[%s]]\n", $k + 1, $query);
72 foreach ($queries as $k => $query) {
77 printf("[%d] Query: [[%s]]\n", $k + 1, $query);
/php-src/ext/pdo/tests/
H A Dpdo_test.inc59 foreach ($config['ENV'] as $k => $v) {
60 putenv("$k=$v");
/php-src/ext/reflection/tests/internal_parameter_default_value/
H A DReflectionParameter_toString_Internal.phpt8 foreach ($method->getParameters() as $k => $parameter) {
/php-src/Zend/tests/
H A Dbug37715.phpt22 foreach($a as $k => $d)
/php-src/ext/opcache/tests/opt/
H A Dsccp_010.phpt20 $k = 2 * $i;

Completed in 58 milliseconds

1...<<111213141516