Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-8.1/ext/standard/tests/array/
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.1/ext/phar/phar/
H A Ddirectorytreeiterator.inc34 /** @return the current element prefixed with ASCII graphics
36 function current(): mixed
/PHP-8.1/ext/standard/tests/file/
H A Dis_file_basic.phpt7 /* Checking with current file */
10 /* Checking with (current) dir */
/PHP-8.1/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()
H A Dbug71724.phpt15 var_dump(test()->current());
H A Dforeach_017.phpt29 /* remove current */
67 /* replace current */
H A Dbug67874.phpt7 $data = array_map('current', $data);
/PHP-8.1/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.1/ext/spl/tests/
H A Diterator_025.phpt40 echo $it->current() . "\n";
47 echo $it->current() . "\n";
H A DSplDoublyLinkedList_current.phpt8 var_dump($list->current());
H A Ddllist_011.phpt8 var_dump($dll->current());
/PHP-8.1/Zend/tests/generators/
H A Dbug71013.phpt9 function current (): mixed { throw new Exception; }
29 var_dump($x->current());
H A Dbug65035.phpt16 $gen->current();
/PHP-8.1/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.1/ext/intl/common/
H A Dcommon.stub.php8 public function current(): mixed {} function in IntlIterator
/PHP-8.1/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-8.1/tests/lang/
H A Dinclude_variation1.phpt2 include() a file from the current script directory
H A Dinclude_variation3.phpt2 Including a file in the current script directory from eval'd code
/PHP-8.1/ext/opcache/tests/
H A Dopcache-2.blacklist4 ./current.php
/PHP-8.1/Zend/
H A Dzend_generators_arginfo.h30 ZEND_METHOD(Generator, current);
41 ZEND_ME(Generator, current, arginfo_class_Generator_current, ZEND_ACC_PUBLIC)

Completed in 33 milliseconds

12345678910>>...22