Home
last modified time | relevance | path

Searched refs:current (Results 226 – 250 of 588) sorted by relevance

12345678910>>...24

/PHP-8.2/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
H A Dinclude_variation2.phpt2 Including a file in the current script directory from an included function
H A DforeachLoop.001.phpt32 var_dump(current($a));
35 var_dump(current($a));
/PHP-8.2/ext/opcache/tests/
H A Dopcache-2.blacklist4 ./current.php
/PHP-8.2/ext/spl/tests/
H A DSplDoublyLinkedList_current.phpt8 var_dump($list->current());
H A Ddllist_011.phpt8 var_dump($dll->current());
H A Dbug76367.phpt13 var_dump($iter->current());
/PHP-8.2/Zend/tests/
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);
H A Dbug23104.phpt7 var_dump(current($bar));
/PHP-8.2/Zend/
H A Dzend_generators_arginfo.h30 ZEND_METHOD(Generator, current);
41 ZEND_ME(Generator, current, arginfo_class_Generator_current, ZEND_ACC_PUBLIC)
H A Dzend_generators.stub.php15 public function current(): mixed {} function in Generator
/PHP-8.2/ext/date/tests/
H A Ddate_period_unserialize3.phpt14 "current" => new DateTime,
42 ["current"]=>
H A DDatePeriod_serialize-002.phpt43 ["current"]=>
87 …0";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";}s:7:"current";N;s:3:"end";O:17…
101 ["current"]=>
155 ["current"]=>
H A DDatePeriod_serialize-003.phpt43 ["current"]=>
87 …0";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";}s:7:"current";N;s:3:"end";O:17…
101 ["current"]=>
155 ["current"]=>
H A DDatePeriod_serialize-004.phpt48 ["current"]=>
95 …0";s:13:"timezone_type";i:3;s:8:"timezone";s:16:"Europe/Amsterdam";}s:7:"current";O:17:"DateTimeIm…
109 ["current"]=>
163 ["current"]=>
/PHP-8.2/Zend/tests/generators/
H A Dbug65035.phpt16 $gen->current();
H A Dyield_array_key.phpt12 var_dump($gen->current());
H A Dbug72523.phpt12 var_dump($gen->current());
H A Dgenerator_closure_with_this.phpt15 var_dump($genFactory()->current());
/PHP-8.2/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h27 zval current; member
/PHP-8.2/ext/spl/
H A Dspl_fixedarray.c65 zend_long current; member
614 zval *current; in PHP_METHOD() local
627 current = &intern->array.elements[i]; in PHP_METHOD()
629 Z_TRY_ADDREF_P(current); in PHP_METHOD()
633 ZEND_HASH_FOREACH_STR_KEY_VAL_IND(ht, key, current) { in PHP_METHOD()
639 Z_TRY_ADDREF_P(current); in PHP_METHOD()
913 ((spl_fixedarray_it*)iter)->current = 0; in spl_fixedarray_it_rewind()
921 if (iterator->current >= 0 && iterator->current < object->array.size) { in spl_fixedarray_it_valid()
934 ZVAL_LONG(&zindex, iterator->current); in spl_fixedarray_it_get_current_data()
945 ZVAL_LONG(key, ((spl_fixedarray_it*)iter)->current); in spl_fixedarray_it_get_current_key()
[all …]
/PHP-8.2/ext/reflection/tests/
H A DReflectionMethod_tentative_return_type.phpt26 printInfo(new ReflectionMethod(FileSystemIterator::class, 'current'));
63 …Method [ <internal:SPL, overwrites DirectoryIterator, prototype Iterator> public method current ] {

Completed in 19 milliseconds

12345678910>>...24