Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.3/ext/spl/tests/
H A Diterator_031.phpt17 foreach($it as $k=>$v)
19 echo "$k=>$v\n";
79 foreach($ap as $k=>$v)
81 echo "$k=>$v\n";
H A Drecursive_tree_iterator_005.phpt29 foreach($it as $k => $v) {
33 foreach($it as $k => $v) {
34 var_dump($k);
38 foreach($it as $k => $v) {
H A Dfixedarray_003.phpt38 foreach ($a as $k => $v) {
39 echo "$k => $v\n";
48 foreach ($a as $k => $v) {
49 echo "$k => $v\n";
H A Diterator_039.phpt50 foreach($it as $k => $v)
52 var_dump($k);
62 foreach(new NoRewindIterator($it) as $k => $v)
64 var_dump($k);
H A Dpqueue_003.phpt16 $k = $h->key();
18 echo "$k=>$v\n";
H A Dheap_007.phpt17 $k = $h->key();
19 echo "$k=>$v\n";
H A Diterator_040.phpt19 foreach($it as $k => $v)
23 var_dump($k);
H A Diterator_048.phpt10 foreach(new RecursiveIteratorIterator($this) as $k => $v)
12 var_dump($k);
/PHP-7.3/ext/date/tests/
H A Dbug32086.phpt11 echo $k = strtotime("2004-11-02"), "\n";
16 echo date("Y-m-d H:i:s T\n", $k);
22 echo $k = strtotime("2005-02-20"), "\n";
27 echo date("Y-m-d H:i:s T\n", $k);
/PHP-7.3/sapi/cli/tests/
H A Dphp_cli_server_004.phpt12 php_cli_server_start('foreach($_SERVER as $k=>$v) { if (!strncmp($k, "HTTP", 4)) var_dump( $k . ":"…
/PHP-7.3/ext/opcache/tests/
H A Dbug72762.phpt15 foreach ($b as $k => $v) {
17 $b[$k] = $v;
/PHP-7.3/ext/standard/
H A Dcrypt_freesec.c213 int i, j, b, k, inbit, obit; in _crypt_extended_init() local
273 for (k = 0; k < 8; k++) { in _crypt_extended_init()
275 *(il = &ip_maskl[k][i]) = 0; in _crypt_extended_init()
276 *(ir = &ip_maskr[k][i]) = 0; in _crypt_extended_init()
277 *(fl = &fp_maskl[k][i]) = 0; in _crypt_extended_init()
278 *(fr = &fp_maskr[k][i]) = 0; in _crypt_extended_init()
280 inbit = 8 * k + j; in _crypt_extended_init()
297 inbit = 8 * k + j; in _crypt_extended_init()
307 *(il = &comp_maskl[k][i]) = 0; in _crypt_extended_init()
308 *(ir = &comp_maskr[k][i]) = 0; in _crypt_extended_init()
[all …]
/PHP-7.3/ext/intl/tests/
H A Dcollator_sort.phpt67 array( 'y' , 'k' , 'i' )
76 array( 'y' , 'k' , 'i' )
93 array( 'y' , 'k' , 'i' )
188 1 => 'k',
220 1 => 'k',
246 2 => 'k',
H A Dcollator_sort_variant2.phpt67 array( 'y' , 'k' , 'i' )
76 array( 'y' , 'k' , 'i' )
93 array( 'y' , 'k' , 'i' )
188 1 => 'k',
220 1 => 'k',
246 2 => 'k',
/PHP-7.3/tests/lang/
H A D023.phpt208 $k should go from 0 to 2<br>
209 $k=0<br>
210 $k=1<br>
211 $k=2<br>
224 $k should go from 0 to 2<br>
225 $k=0<br>
226 $k=1<br>
227 $k=2<br>
241 $k=0<br>
242 $k=1<br>
[all …]
H A DforeachLoopObjects.002.phpt15 foreach ($this as $k=>&$v) {
17 $v="changed.$k";
25 $v="changed.$k";
33 $v="changed.$k";
48 $v="changed.$k";
56 $v="changed.$k";
72 $v="changed.$k";
80 $v="changed.$k";
151 $v="changed.$k";
158 $v="changed.$k";
[all …]
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";
/PHP-7.3/Zend/tests/
H A Dbug41929.phpt10 foreach ($this as $k=>$v) {
11 echo "$k: $v\n";
H A Dbug34467.phpt17 foreach (array (1,2,3) as $abc->k => $abc->v) {
18 var_dump($abc->k,$abc->v);
H A Dbug40509.phpt18 foreach ($arr["v"] as $k => $v) {
19 var_dump($k);
H A Dbug76667.phpt7 public function __get($k)
9 return $undefined->$k;
12 public function __set($k, $v)
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_stmt_attr_get.phpt46 foreach ($valid_attr as $k => $attr) {
49 gettype($tmp), $tmp, $k, $attr);
55 foreach ($valid_attr as $k => $attr) {
58 gettype($tmp), $tmp, $k, $attr);
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_interface.phpt39 foreach ($methods as $k => $method) {
42 unset($methods[$k]);
46 unset($methods[$k]);
/PHP-7.3/ext/pdo_pgsql/tests/
H A Dconfig.inc14 foreach ($config['ENV'] as $k => $v) {
15 putenv("$k=$v");
/PHP-7.3/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

Completed in 27 milliseconds

12345678910>>...15