Home
last modified time | relevance | path

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

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

/PHP-8.2/Zend/tests/generators/
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.2/ext/spl/tests/
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
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-8.2/ext/spl/
H A Dspl_observer.stub.php62 public function current(): object {} function in SplObjectStorage
169 public function current(): array {} function in MultipleIterator
/PHP-8.2/tests/classes/
H A Dbug24445.phpt2 Bug #24445 (get_parent_class() returns the current class when passed an object)
/PHP-8.2/ext/date/tests/
H A Dbug35143.phpt2 Bug #35143 (gettimeofday() ignores current time zone)
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 DDatePeriod_IteratorAggregate.phpt20 $date = $iter->current();
28 $date = $iter->current();
/PHP-8.2/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-8.2/Zend/tests/
H A Dbug70397.phpt13 })->current());
/PHP-8.2/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-8.2/ext/standard/tests/array/
H A Darray_pop_variation.phpt26 var_dump( current($mixed_array[1]) );
38 var_dump( current($mixed_array[1]) );
/PHP-8.2/Zend/tests/try/
H A Dbug71604.phpt20 gen()->current();
/PHP-8.2/ext/spl/tests/SplFileObject/
H A DSplFileObject_seek_error002.phpt16 echo $s->current();
H A DSplFileObject_seek_basic.phpt16 echo $s->current();
/PHP-8.2/ext/oci8/tests/
H A Dlob_prefetch_ini.phpt109 print("Test 2 - CLOB with current oci8.prefetch_lob_size\n");
137 print("Test 5 - BLOB with current ocig8.prefetch_lob_size\n");
151 Test 2 - CLOB with current oci8.prefetch_lob_size
163 Test 5 - BLOB with current ocig8.prefetch_lob_size
/PHP-8.2/ext/standard/tests/file/
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)

Completed in 28 milliseconds

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