Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-8.1/tests/lang/
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.1/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h27 zval current; member
/PHP-8.1/ext/spl/tests/
H A Dbug76367.phpt13 var_dump($iter->current());
H A Darray_005.phpt40 echo "ACCEPT ".$this->current()->getId()." == ".$this->id."\n";
41 return $this->current()->getId() == $this->id;
H A Diterator_041a.phpt39 function current(): mixed
42 return parent::current();
H A Dbug74519.phpt13 echo $iterator->current(), "\n";
H A Dmultiple_iterator_001.phpt17 var_dump($m->current());
39 $m->current();
72 $m->current();
117 Called current() on an invalid iterator
154 RuntimeException thrown: Called current() with non valid sub iterator
H A Ddllist_007.phpt12 var_dump($a->current(), $a->next());
H A Dheap_it_current_empty.phpt2 SPL: SplHeap current, check looping through an empty heap gives you no values
/PHP-8.1/Zend/
H A Dzend_generators.stub.php15 public function current(): mixed {} function in Generator
/PHP-8.1/Zend/tests/generators/
H A Dbug72523.phpt12 var_dump($gen->current());
H A Dyield_array_key.phpt12 var_dump($gen->current());
H A Dgenerator_closure_with_this.phpt15 var_dump($genFactory()->current());
H A Dyield_from_multi_tree_exception.phpt35 var_dump($gen->current());
76 #1 %s(%d): Generator->current()
H A Dyield_from_non_iterable.phpt11 gen()->current();
/PHP-8.1/ext/spl/
H A Dspl_observer.stub.php62 public function current(): object {} function in SplObjectStorage
148 public function current(): array {} function in MultipleIterator
H A Dspl_heap_arginfo.h96 ZEND_METHOD(SplPriorityQueue, current);
107 ZEND_METHOD(SplHeap, current);
122 ZEND_ME(SplPriorityQueue, current, arginfo_class_SplPriorityQueue_current, ZEND_ACC_PUBLIC)
141 ZEND_ME(SplHeap, current, arginfo_class_SplHeap_current, ZEND_ACC_PUBLIC)
/PHP-8.1/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt14 /* If locale is "0", the locale setting is not affected, only the current setting is returned */
24 //returns current locale,before executing setlocale().
34 //returns current locale,after executing setlocale().
/PHP-8.1/Zend/tests/
H A Dbug23104.phpt7 var_dump(current($bar));
H A Dbug70397.phpt11 var_dump($f->call(new class {})->current());
/PHP-8.1/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 ] {
H A Dbug80821.phpt2 Bug #80821: ReflectionProperty::getDefaultValue() returns current value for statics
/PHP-8.1/tests/classes/
H A Dbug24445.phpt2 Bug #24445 (get_parent_class() returns the current class when passed an object)
/PHP-8.1/ext/date/tests/
H A Dbug35143.phpt2 Bug #35143 (gettimeofday() ignores current time zone)

Completed in 25 milliseconds

12345678910>>...22