Home
last modified time | relevance | path

Searched refs:current (Results 251 – 275 of 581) sorted by relevance

1...<<11121314151617181920>>...24

/php-src/ext/spl/
H A Dspl_observer.stub.php62 public function current(): object {} function in SplObjectStorage
157 public function current(): array {} function in MultipleIterator
/php-src/Zend/
H A Dzend_generators_arginfo.h32 ZEND_METHOD(Generator, current);
43 ZEND_ME(Generator, current, arginfo_class_Generator_current, ZEND_ACC_PUBLIC)
/php-src/Zend/tests/generators/
H A Dgenerator_closure_with_this.phpt15 var_dump($genFactory()->current());
H A Dyield_from_non_iterable.phpt11 gen()->current();
H A Dno_foreach_var_leaks.phpt13 var_dump($gen->current());
/php-src/ext/date/tests/
H A Dgh10747-4.phpt39 ["current"]=>
88 …16:24:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:7:"current";N;s:3:"end";O:17…
99 ["current"]=>
H A Dbug35143.phpt2 Bug #35143 (gettimeofday() ignores current time zone)
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt15 /* If locale is "0", the locale setting is not affected, only the current setting is returned */
25 //returns current locale,before executing setlocale().
35 //returns current locale,after executing setlocale().
/php-src/tests/classes/
H A Dbug24445.phpt2 Bug #24445 (get_parent_class() returns the current class when passed an object)
/php-src/ext/spl/tests/
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
H A Dbug80111.phpt33 var_dump($s->current());
36 var_dump($s->current());
H A Drecursivecomparedualiterator.inc53 * current and key values or both are non valid.
60 /** @return whether both inner iterators are valid and have equal current
/php-src/Zend/tests/
H A Dbug70397.phpt13 })->current());
/php-src/ext/reflection/tests/
H A Dbug80821.phpt2 Bug #80821: ReflectionProperty::getDefaultValue() returns current value for statics
H A Dbug80564.phpt2 Bug #80564: ReflectionProperty::__toString() renders current value, not default value
/php-src/ext/standard/tests/array/
H A Darray_pop_variation.phpt26 var_dump( current($mixed_array[1]) );
38 var_dump( current($mixed_array[1]) );
/php-src/Zend/tests/try/
H A Dbug71604.phpt20 gen()->current();
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_seek_error002.phpt16 echo $s->current();
H A DSplFileObject_seek_basic.phpt16 echo $s->current();
H A DSplFileObject_rewind_basic.phpt18 echo $s->current();
/php-src/ext/standard/tests/file/
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
/php-src/Zend/tests/generators/errors/
H A Dyield_const_by_ref_error.phpt11 var_dump($gen->current());

Completed in 30 milliseconds

1...<<11121314151617181920>>...24