Home
last modified time | relevance | path

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

12345678910>>...24

/php-src/ext/standard/tests/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-src/ext/spl/tests/
H A Darray_019.phpt12 function current(): mixed
14 return ArrayIterator::current();
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";
H A DSplDoublyLinkedList_current.phpt8 var_dump($list->current());
/php-src/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-src/ext/phar/phar/
H A Ddirectorytreeiterator.inc34 /** @return the current element prefixed with ASCII graphics
36 function current(): mixed
/php-src/ext/standard/tests/file/
H A Dis_file_basic.phpt7 /* Checking with current file */
10 /* Checking with (current) dir */
/php-src/ext/date/tests/
H A Ddate_period_set_state1.phpt10 "current" => null,
32 ["current"]=>
H A Ddate_period_unserialize1.phpt15 "current" => null,
37 ["current"]=>
/php-src/Zend/tests/
H A Dgh9916-007.phpt7 public function current(): mixed
47 $gen->current();
H A Dgh9916-009.phpt18 $gen->current();
32 #1 %s(%d): Generator->current()
/php-src/ext/spl/
H A Dspl_heap.stub.php48 public function current(): mixed {} function in SplPriorityQueue
108 public function current(): mixed {} function in SplHeap
/php-src/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-src/Zend/tests/generators/
H A Dbug71013.phpt9 function current (): mixed { throw new Exception; }
29 var_dump($x->current());
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_table.c15 lxb_dom_node_t *current = lxb_html_tree_current_node(tree); in lxb_html_tree_clear_stack_back_to_table_context() local
17 while ((current->local_name != LXB_TAG_TABLE in lxb_html_tree_clear_stack_back_to_table_context()
18 && current->local_name != LXB_TAG_TEMPLATE in lxb_html_tree_clear_stack_back_to_table_context()
19 && current->local_name != LXB_TAG_HTML) in lxb_html_tree_clear_stack_back_to_table_context()
20 || current->ns != LXB_NS_HTML) in lxb_html_tree_clear_stack_back_to_table_context()
23 current = lxb_html_tree_current_node(tree); in lxb_html_tree_clear_stack_back_to_table_context()
/php-src/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 */
/php-src/tests/lang/
H A Dinclude_variation1.phpt2 include() a file from the current script directory
/php-src/ext/opcache/tests/
H A Dopcache-2.blacklist4 ./current.php

Completed in 25 milliseconds

12345678910>>...24