Home
last modified time | relevance | path

Searched refs:k (Results 126 – 150 of 303) sorted by relevance

12345678910>>...13

/PHP-5.4/ext/spl/tests/
H A Diterator_015.phpt35 foreach($rit as $k=>$v)
37 echo str_repeat(' ',$rit->getDepth()+1)."$k=>$v\n";
H A Diterator_050.phpt10 foreach($this as $k => $v)
12 var_dump($k);
H A Diterator_016.phpt48 foreach($rit as $k=>$v)
50 echo str_repeat(' ',$rit->getDepth()+1)."$k=>$v\n";
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-5.4/ext/mysqli/tests/
H A Dmysqli_get_client_stats_off.phpt34 foreach ($after as $k => $v)
37 $k, $v);
H A Dmysqli_debug_mysqlnd_only.phpt81 foreach ($lines_trace as $k => $line) {
89 foreach ($memory_funcs as $k => $name)
103 foreach ($lines_trace as $k => $line) {
111 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-5.4/Zend/tests/
H A D030.phpt22 foreach ($this as $k => $v) {
23 printf("'%s' => '%s'\n", $k, $v);
/PHP-5.4/
H A Dserver-tests.php768 foreach ($this->exec_info as $k=>$v) {
769 $info .= sprintf("%-20.s: %s\n",$k,$v);
780 foreach ($this->conf as $k=>$v) {
1165 foreach ($section_text as $k=>$v) {
1168 $section_text[$k]=$matches[1];
1170 $section_text[$k]=trim($v);
1193 foreach ($settings as $k=>$v) {
1196 if ($k == 'include_path') {
1459 foreach ($want as $k=>$v) {
1460 $output .= "$k: {$headers[$k]}\n";
[all …]
/PHP-5.4/ext/soap/interop/
H A Dtest.utility.php82 foreach ($ar1 as $k => $v) {
83 if (!array_key_exists($k,$ar2)) return FALSE;
84 if (!compare($v,$ar2[$k])) return FALSE;
/PHP-5.4/ext/xml/tests/
H A Dxml004.phpt30 while (list($k, $v) = each($attribs)) {
31 print " $k=\"$v\"";
/PHP-5.4/tests/lang/
H A DforeachLoopIteratorAggregate.002.phpt33 foreach (new $className as $k=>$v) {
34 echo "$k => $v\n";
/PHP-5.4/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-5.4/ext/mbstring/ucgendat/
H A Ducgendat.c227 int i, j, k, len; in add_range() local
231 for (k = 0; k < 2; k++) { in add_range()
232 if (k == 0) { in add_range()
1305 int j, k; in write_cdata() local
1388 k = 0; in write_cdata()
1392 if (k) fprintf(out, ","); in write_cdata()
1395 k++; in write_cdata()
1614 k = 0; in write_cdata()
1620 k++; in write_cdata()
1707 k = 0; in write_cdata()
[all …]
/PHP-5.4/ext/date/tests/
H A Dmicrotime_error.phpt22 array('k'=>'v', array(0)),
52 ["k"]=>
/PHP-5.4/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-5.4/ext/interbase/tests/
H A D007.phpt35 for ($k = 1; $k <= 10; ++$k) {
36 $v_multi[$i][$j][$k] = $i * $j * $k;
/PHP-5.4/ext/standard/tests/strings/
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????"
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 Dconvert_cyr_string.phpt13 var_dump(convert_cyr_string((binary)"[[[[[[", "k", "w"));
16 var_dump(convert_cyr_string((binary)"[[[[[[", "w", "k"));
/PHP-5.4/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-5.4/ext/intl/tests/
H A Dcollator_get_sort_key_variant3.phpt37 'y' , 'i' , 'k'
81 source: k
H A Dcollator_get_sort_key.phpt39 'y' , 'i' , 'k'
83 source: k

Completed in 33 milliseconds

12345678910>>...13