Home
last modified time | relevance | path

Searched refs:current (Results 151 – 175 of 606) sorted by relevance

12345678910>>...25

/php-src/ext/spl/tests/
H A Dbug61527.phpt11 var_dump($ai->current());
26 var_dump($ai2->current());
30 var_dump($ai2->current());
35 var_dump($ai2->current());
H A Dbug67359.phpt14 $it->current();
20 $it->current();
H A Ddllist_memleak.phpt13 echo $dll->current()."\n";
16 echo $dll->current()."\n";
H A Darray_009a.phpt10 return is_array($this->current());
15 return new MyRecursiveArrayIterator($this->current());
H A Dbug75155.phpt16 foreach ($iterator2 as $current) {
17 echo $current;
H A Ddit_002.phpt19 echo get_class($obj->current()) . "\n";
33 $val = $obj->current();
40 echo get_class($obj->current()) . "\n";
/php-src/Zend/tests/generators/
H A Dget_return.phpt21 var_dump($gen->current());
34 var_dump($gen->current());
46 var_dump($gen->current());
56 var_dump($gen->current());
H A Drepeated_yield_from_with_immediate_release.phpt13 var_dump(yield_from($gen)->current());
14 var_dump(yield_from($gen)->current());
H A Dgenerator_throwing_exception.phpt14 var_dump($gen->current());
22 var_dump($gen->current());
H A Dmutli_yield_from_with_exception.phpt21 $g->current(); // init.
27 var_dump($g->current());
47 #1 %s(%d): Generator->current()
H A Dgenerator_send.phpt12 var_dump($gen->current());
14 var_dump($gen->current());
H A Dgc_with_root_parent_mismatch.phpt18 var_dump($gen1->current());
19 var_dump($gen2->current());
/php-src/ext/standard/tests/array/
H A Dend_variation3.phpt14 var_dump(current($array1));
22 var_dump(current($array1));
24 var_dump(current($array2));
H A Dprev_basic.phpt13 echo key($array) . " => " . current($array) . "\n";
16 echo key($array) . " => " . current($array) . "\n";
19 echo key($array) . " => " . current($array) . "\n";
/php-src/ext/intl/tests/
H A Dbreakiter_first_basic.phpt12 var_dump($bi->current());
15 var_dump($bi->current());
/php-src/Zend/
H A Dzend_gc.c1215 while (current != last) { in gc_mark_roots()
1222 current++; in gc_mark_roots()
1382 gc_root_buffer *current; in gc_scan_roots() local
1634 while (current != last) { in gc_collect_roots()
1641 current++; in gc_collect_roots()
1652 ref = current->ref; in gc_collect_roots()
1813 gc_root_buffer *current; in gc_call_destructors() local
1823 current->ref = p; in gc_call_destructors()
1993 current++; in zend_gc_collect_cycles()
2007 current++; in zend_gc_collect_cycles()
[all …]
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_next_basic.phpt14 echo $s->current();
17 echo $s->current();
H A DSplFileObject_next_variation001.phpt16 echo $s->current();
19 echo $s->current();
H A Dbug75917.phpt17 var_dump($tmp->current());
21 var_dump($tmp->current());
/php-src/Zend/tests/
H A Dbug32674.phpt20 public function current(): mixed {
21 $element = current($this->_elements);
39 return ($this->current() !== false);
H A Diap_on_object_deprecated.phpt8 var_dump(current($obj));
19 Deprecated: current(): Calling current() on an object is deprecated in %s on line %d
H A Dbug46381.phpt8 return ArrayIterator::current();
17 Fatal error: Uncaught Error: Non-static method ArrayIterator::current() cannot be called statically…
/php-src/Zend/tests/return_types/
H A D006.phpt8 function current() : Comment {
9 return parent::current();
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp69 ZVAL_LONG(&zoi_iter->current, (zend_long)pos); in _breakiterator_move_forward()
79 ZVAL_LONG(&zoi_iter->current, (zend_long)pos); in _breakiterator_rewind()
119 ZVAL_UNDEF(&zoi_iter->current); in _breakiterator_get_iterator()
162 cur = bio->biter->current(); in _breakiterator_parts_move_forward()
189 ZVAL_STR(&zoi_bit->zoi_cur.current, res); in _breakiterator_parts_move_forward()
197 if (!Z_ISUNDEF(zoi_bit->zoi_cur.current)) { in _breakiterator_parts_rewind()
235 ZVAL_UNDEF(&((zoi_with_current*)ii->iterator)->current); in IntlIterator_from_BreakIterator_parts()
/php-src/ext/date/tests/
H A Dbug43452.phpt2 Bug #43452 ("weekday" is not equivalent to "1 weekday" of the current weekday is "weekday")
6 // <day> is equivalent to 1 <day> and will *not* forward if the current day
27 // First, second, etc skip to the first/second weekday *after* the current day.
29 // if the current day-of-week is the one mentioned in the phrase.
39 // Now the same where the current day-of-week does not match the one in the

Completed in 31 milliseconds

12345678910>>...25