Home
last modified time | relevance | path

Searched refs:k (Results 101 – 125 of 320) sorted by relevance

12345678910>>...13

/PHP-5.5/Zend/tests/
H A Dbug40509.phpt18 foreach ($arr["v"] as $k => $v) {
19 var_dump($k);
H A Dbug43201.phpt6 function __get($k) {
9 function __set($k, $v) {
10 $this->$k = $v;
16 $c->arr[0]["k"] = 1;
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt39 foreach ($methods as $k => $method) {
42 unset($methods[$k]);
46 unset($methods[$k]);
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt26 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
63 …c:::h:::@:::r:::$::: :::2:::2:::2:::2::: :::!:::!:::!:::N:::o:::w::: :::\:::k::: :::a:::s::: :::e:…
64 :::c:::h:::u:::n:::k:::_:::s:::p:::l:::i:::t:::(:::):::"
72 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
77 It has _speci@l ch@r$ 222:::2 !!!Now \k as escape char::: to test
82 It has _speci@l ch@r$ 2222 !!!Now \k as escape char to test
H A Dchunk_split_variation12.phpt20 $str = "This is str to check with heredoc ending.This\tcontains,\nspeci@! ch@r$ __with wrong \k esc…
90 speci@! ch@r$ __with wrong \k escape char 222."
93 speci@! ch@r$ __with wrong \k escape char 222."
96 specai@! ch@r$ a__with wroang \k escaape char 22a2.a"
99 …@r$ This is simple heredoc string__with wroThis is simple heredoc stringng \k escaThis is simple h…
118 heredocng \k escaThis is to check chunk_split
127 …This checks with $, %, &, chars__with wroThis checks with $, %, &, charsng \k escaThis checks with…
138 white space charsng \k escaThis checks and
144 …sure it'll \work!__with wro"To check " in heredoc".I'm sure it'll \work!ng \k esca"To check " in h…
H A D004.phpt9 foreach($a as $k => $v)
10 print "$k: $v: " . sprintf('%0.3f', $v / $times) . "\n";
/PHP-5.5/tests/lang/
H A DforeachLoopIteratorAggregate.001.phpt107 foreach ($f as $k=>$v) {
108 echo "$k => $v\n";
111 foreach ($f as $k=>$v) {
112 echo "$k => $v\n";
119 foreach ($f as $k=>$v) {
121 echo "$k => $v\n";
123 foreach ($f as $k=>$v) {
124 echo " $k => $v\n";
H A Dstatic_basic_001.phpt42 static $s, $k=10;
43 echo "$s $k\n";
45 $k++;
H A DforeachLoopIterator.002.phpt16 foreach ($f as $k=>&$v) {
17 echo "$k => $v\n";
/PHP-5.5/ext/mbstring/tests/
H A Dmb_convert_encoding_basic.phpt22 $sjis_string = base64_decode('k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg==');
82 string(52) "k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg=="
84 string(52) "k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg=="
85 string(52) "k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg=="
86 string(52) "k/qWe4zqg2WDTINYg2eCxYK3gUIwMTIzNIJUglWCVoJXgliBQg=="
/PHP-5.5/ext/spl/tests/
H A Drecursive_tree_iterator_007.phpt22 foreach(new RecursiveTreeIterator($it) as $k => $v) {
23 echo "[$k] => $v\n";
H A Diterator_055.phpt10 foreach($this as $k => $v)
12 var_dump($k);
H A Diterator_026.phpt12 foreach($it as $k=>$v)
14 echo "$k=>$v\n";
H A Diterator_054.phpt10 foreach($this as $k => $v)
12 var_dump($k);
H A Drecursive_tree_iterator_008.phpt18 foreach($it as $k => $v) {
19 echo "[$k] => $v\n";
H A Diterator_032.phpt8 foreach($it as $k=>$v)
10 echo "$k=>$v\n";
H A Dfixedarray_019.phpt29 foreach($fa as $k=>$v) {
30 echo "$k=>";
/PHP-5.5/ext/iconv/tests/
H A Diconv_basic_001-win32.phpt12 $string_to_translate = 'Žluťoučký kůň\n';
H A Diconv_basic_001.phpt14 $string_to_translate = 'Žluťoučký kůň\n';
/PHP-5.5/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt16 $o2->b = array('k'=>2);
37 'k' => 2,
64 'k' => 2,
H A Dbug47859.phpt12 var_dump(parse_ini_string('k*e*y = "v*a*lue"'));
40 ["k*e*y"]=>
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_with_nonscalar_keys.phpt15 foreach (gen() as $k => $v) {
16 var_dump($k, $v);
/PHP-5.5/ext/mysql/tests/
H A Dmysql_list_tables.phpt59 foreach ($tables as $k => $tlist)
60 foreach ($tlist as $k => $table)
63 foreach ($tables_query as $k => $tlist)
64 foreach ($tlist as $k => $table)
/PHP-5.5/ext/wddx/tests/
H A Dbug71587.phpt27 foreach($wddx as $k=>$v)
28 printf("Key: %s\nValue: %s\n",bin2hex($k),bin2hex($v));
/PHP-5.5/ext/xml/tests/
H A Dxml_closures_001.phpt13 while (list($k, $v) = each($attribs)) {
14 print " $k=\"$v\"";

Completed in 33 milliseconds

12345678910>>...13