Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...22

/PHP-8.1/ext/reflection/tests/
H A Dbug80564.phpt2 Bug #80564: ReflectionProperty::__toString() renders current value, not default value
/PHP-8.1/ext/spl/tests/
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
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();
H A DSplFileObject_getCurrentLine_invalid_override.phpt15 var_dump($obj->current());
H A Diterator_003.phpt40 echo "ACCEPT ".$this->current()->getId()." == ".$this->id."\n";
41 return $this->current()->getId() == $this->id;
H A Diterator_052.phpt28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
30 var_dump($sub == $this->current());
/PHP-8.1/ext/standard/tests/array/
H A Darray_pop_variation.phpt26 var_dump( current($mixed_array[1]) );
38 var_dump( current($mixed_array[1]) );
H A Dextract_variation11.phpt2 …n - ensure EXTR_REFS works when array is referenced and keys clash with variables in current scope.
/PHP-8.1/ext/date/tests/
H A DDatePeriod_IteratorAggregate.phpt20 $date = $iter->current();
28 $date = $iter->current();
/PHP-8.1/Zend/tests/try/
H A Dbug71604.phpt20 gen()->current();
/PHP-8.1/ext/standard/tests/file/
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
/PHP-8.1/Zend/tests/generators/errors/
H A Dyield_const_by_ref_error.phpt11 var_dump($gen->current());
H A Dyield_non_ref_function_call_by_ref_error.phpt15 var_dump($gen->current());
/PHP-8.1/Zend/tests/generators/
H A Dno_foreach_var_leaks.phpt13 var_dump($gen->current());
H A Dyield_from_chain_dtor_order.phpt18 var_dump($bar->current());
H A Dgenerator_with_keys.phpt9 yield $key => current($array);
/PHP-8.1/Zend/tests/
H A Dinvalid_parent_const_ref_leak.phpt18 Cannot access "parent" when current class scope has no parent
H A Dgh9916-012.phpt10 $gen->current();
H A Dbug81070.phpt2 Bug #81070 Setting memory limit to below current usage
/PHP-8.1/ext/spl/
H A Dspl_directory.stub.php136 public function current(): mixed {} // TODO narrow return type function in DirectoryIterator
159 public function current(): string|SplFileInfo|FilesystemIterator {} function in FilesystemIterator
261 public function current(): string|array|false {} function in SplFileObject
/PHP-8.1/ext/pcre/tests/
H A Dbug76850.phpt7 die("skip need the current locale to be other than C");
/PHP-8.1/ext/date/lib/
H A Dparse_iso_intervals.re221 timelib_time *current;
224 current = s->end;
227 current = s->begin;
232 current->y = timelib_get_nr(&ptr, 4);
233 current->m = timelib_get_nr(&ptr, 2);
234 current->d = timelib_get_nr(&ptr, 2);
235 current->h = timelib_get_nr(&ptr, 2);
236 current->i = timelib_get_nr(&ptr, 2);
237 current->s = timelib_get_nr(&ptr, 2);

Completed in 26 milliseconds

1...<<11121314151617181920>>...22