Home
last modified time | relevance | path

Searched refs:current (Results 201 – 225 of 588) sorted by relevance

12345678910>>...24

/PHP-8.2/ext/standard/tests/array/
H A Darray_key_first_variation.phpt12 var_dump( current($array) );
21 var_dump( current($array) );
H A Darray_key_last_variation.phpt12 var_dump( current($array) );
21 var_dump( current($array) );
H A D009.phpt2 Test key(), current(), next() & reset() functions
35 var_dump( current($sub_array)); // current element
36 var_dump( key($sub_array) ); // key of the current element
55 var_dump( current($sub_array)); // current element
56 var_dump( key($sub_array) ); // key of the current element
H A Darray_slice_variation10.phpt17 echo key($result) . " => " . current($result) . "\n";
19 echo key($input) . " => " . current ($input) . "\n";
H A Darray_values_variation5.phpt17 echo key($result) . " => " . current($result) . "\n";
19 echo key($input) . " => " . current ($input) . "\n";
H A Dnatcasesort_variation10.phpt14 echo key($array_arg) . " => " . current ($array_arg) . "\n";
21 echo key($array_arg) . " => " . current ($array_arg) . "\n";
H A Darray_change_key_case_variation5.phpt17 echo key($result) . " => " . current($result) . "\n";
19 echo key($input) . " => " . current ($input) . "\n";
H A Dbug69674.phpt5 var_dump(current(array_keys(array())));
/PHP-8.2/ext/spl/
H A Dspl_heap.stub.php57 public function current(): mixed {} function in SplPriorityQueue
117 public function current(): mixed {} function in SplHeap
/PHP-8.2/Zend/tests/
H A Dgh15108-007.phpt34 var_dump($a->current());
35 var_dump($b->current());
H A Dgh15330-003.phpt32 var_dump($canary, $iterable->current());
41 $iterable->current();
H A Dgh9916-009.phpt18 $gen->current();
32 #1 %s(%d): Generator->current()
H A Dgh9916-007.phpt7 public function current(): mixed
47 $gen->current();
/PHP-8.2/ext/standard/tests/dir/
H A Ddir_variation4-win32-mb.phpt40 echo "-- reading directory contents with current handle --\n";
41 var_dump( $e->read() ); // with current handle
70 -- reading directory contents with current handle --
/PHP-8.2/ext/standard/tests/file/
H A Dis_file_basic.phpt7 /* Checking with current file */
10 /* Checking with (current) dir */
/PHP-8.2/ext/date/tests/
H A Ddate_period_set_state1.phpt10 "current" => null,
32 ["current"]=>
H A Ddate_period_unserialize1.phpt15 "current" => null,
37 ["current"]=>
H A Dbug-gh11416.phpt40 $dateperiod->__unserialize(['start' => $now, 'end' => $now, 'current' => $date]);
46 …$dateperiod->__unserialize(['start' => $now, 'end' => $now, 'current' => $now, 'interval' => $date…
53 'start' => $now, 'end' => $now, 'current' => $now, 'interval' => $simpleInterval,
/PHP-8.2/ext/phar/phar/
H A Ddirectorytreeiterator.inc34 /** @return the current element prefixed with ASCII graphics
36 function current(): mixed
/PHP-8.2/ext/spl/tests/
H A DSplFixedArray_override_getIterator.phpt11 echo "In A: key={$iterator->key()} value={$iterator->current()}\n";
12 yield $iterator->key() => $iterator->current();
H A Diterator_025.phpt40 echo $it->current() . "\n";
47 echo $it->current() . "\n";
/PHP-8.2/ext/standard/tests/network/
H A Dsetcookie.phpt48 $header = current($headers);
56 if ($header === current($expected)) {
60 .current($expected)
61 ."\n\tReceived: ".current($headers)."\n";
/PHP-8.2/Zend/tests/generators/
H A Dbug71013.phpt9 function current (): mixed { throw new Exception; }
29 var_dump($x->current());
/PHP-8.2/ext/oci8/tests/
H A Dedition_1.phpt71 // Check the current edition of the DB and the contents of view_ed.
82 // Check the current edition of the DB and the contents of view_ed.
100 The value of current EDITION is MYEDITION
118 The value of current EDITION is MYEDITION1
140 The value of current EDITION is MYEDITION
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt14 /* Connect to mysql to determine the current charset so we can diffinate it */
18 /* Make sure that we don't attempt to set the current character set to make this case useful */

Completed in 31 milliseconds

12345678910>>...24