Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_only.phpt81 foreach ($lines_trace as $k => $line) {
89 foreach ($memory_funcs as $k => $name)
105 foreach ($lines_trace as $k => $line) {
113 foreach ($memory_funcs as $k => $name)
H A Dmysqli_class_mysqli_warning.phpt48 foreach ($methods as $k => $method) {
50 unset($methods[$k]);
68 foreach ($variables as $k => $var)
73 foreach ($variables as $k => $var)
H A Dmysqli_class_mysqli_stmt_interface.phpt49 foreach ($methods as $k => $method) {
51 unset($methods[$k]);
57 unset($methods[$k]);
74 foreach ($variables as $k => $var)
79 foreach ($variables as $k => $var)
/PHP-7.3/ext/fileinfo/libmagic/
H A Dreadcdf.c193 size_t j, k = 1; in cdf_file_property_info() local
196 k++; in cdf_file_property_info()
200 && len--; s += k) { in cdf_file_property_info()
391 size_t j, k; in cdf_check_summary_info() local
404 for (k = 0; k < sizeof(name); k++) in cdf_check_summary_info()
405 name[k] = (char)cdf_tole2(d->d_name[k]); in cdf_check_summary_info()
/PHP-7.3/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc60 foreach ($parts as $k => $v) {
67 foreach ($new_options as $k => $v)
68 $options[$k] = $v;
71 foreach ($options as $k => $v)
72 $dsn .= sprintf('%s=%s;', $k, $v);
/PHP-7.3/ext/date/tests/
H A Dmicrotime_error.phpt22 array('k'=>'v', array(0)),
51 ["k"]=>
/PHP-7.3/ext/intl/tests/
H A Dcollator_get_sort_key_variant7.phpt37 'y' , 'i' , 'k'
81 source: k
H A Dcollator_get_sort_key.phpt39 'y' , 'i' , 'k'
83 source: k
H A Dcollator_get_sort_key_variant5.phpt38 'y' , 'i' , 'k'
82 source: k
H A Dcollator_get_sort_key_variant6.phpt38 'y' , 'i' , 'k'
82 source: k
H A Dcollator_get_sort_key_variant2.phpt38 'y' , 'i' , 'k'
82 source: k
H A Dcollator_get_sort_key_variant3.phpt38 'y' , 'i' , 'k'
82 source: k
H A Dcollator_get_sort_key_variant4.phpt38 'y' , 'i' , 'k'
82 source: k
/PHP-7.3/ext/spl/tests/
H A Dbug38618.phpt40 foreach (new RecursiveIteratorIterator($it) as $k => $fruit) {
41 echo $k , ' => ', $fruit, "\n";
H A Diterator_027.phpt12 foreach($it as $k=>$v)
14 echo "$k=>$v\n";
/PHP-7.3/ext/standard/tests/strings/
H A Dconvert_cyr_string.phpt13 var_dump(convert_cyr_string("[[[[[[", "k", "w"));
16 var_dump(convert_cyr_string("[[[[[[", "w", "k"));
H A Dstr_split_variation3.phpt35 "Testing invalid \k and \m escape char",
148 string(7) "d \k an"
161 string(7) "k with "
H A Dchunk_split_variation7.phpt33 "Testing invalid \k and \m escape char",
69 string(69) "Testi????ng in????valid???? \k a????nd \m???? esca????pe ch????ar????"
71 string(59) "This ????is to???? chec????k wit????h \n ????and \????t????"
/PHP-7.3/ext/gmp/tests/
H A Dgmp_import.phpt34 foreach ($import as $k => $test) {
39 echo "$k: '$result' !== '{$test[0]}'\n";
44 echo "$k: $type !== '{$test[0]}'\n";
/PHP-7.3/ext/gd/libgd/
H A Dgdxpm.c22 int i, j, k, number; in gdImageCreateFromXpm() local
128 k = *pointer++; in gdImageCreateFromXpm()
129 gdImageSetPixel(im, j, i, colors[k]); in gdImageCreateFromXpm()
/PHP-7.3/ext/interbase/tests/
H A D007.phpt35 for ($k = 1; $k <= 10; ++$k) {
36 $v_multi[$i][$j][$k] = $i * $j * $k;
/PHP-7.3/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt24 foreach($b as $k=>$v) {
26 foreach($b[$k] as $sk=>$sv) {
27 $b[$k][$sk] = "b$k.$sk.changed";
31 $b[$k] = "b$k.changed";
/PHP-7.3/Zend/tests/
H A Derrmsg_042.phpt7 foreach ($a as &$k=>$v) {
/PHP-7.3/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-7.3/tests/lang/
H A DforeachLoop.006.phpt6 foreach ($a as &$k=>$v) {

Completed in 30 milliseconds

12345678910>>...15