Home
last modified time | relevance | path

Searched refs:current (Results 126 – 150 of 593) sorted by relevance

12345678910>>...24

/PHP-5.6/ext/spl/tests/
H A DSplFileObject_next_basic.phpt14 echo $s->current();
17 echo $s->current();
H A Ddit_002.phpt19 echo get_class($obj->current()) . "\n";
33 $val = $obj->current();
40 echo get_class($obj->current()) . "\n";
H A DSplFileObject_next_variation001.phpt16 echo $s->current();
19 echo $s->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 Dbug61527.phpt11 var_dump($ai->current());
26 var_dump($ai2->current());
30 var_dump($ai2->current());
35 var_dump($ai2->current());
76 Notice: ArrayIterator::current(): Array was modified outside object and internal position is no lon…
H A Dbug37457.phpt16 public function current()
19 return current($this->array);
76 Collection::current
H A Diterator_009.phpt18 function current()
21 return parent::current();
H A Dspl_iterator_getcallchildren.phpt13 var_dump($test->current());
15 var_dump($test->current());
H A Dspl_iterator_to_array_error.phpt2 SPL: Error: iterator_to_array when the current operation throws an exception
7 public function current() {
/PHP-5.6/ext/intl/tests/
H A Dbreakiter_last_basic.phpt14 var_dump($bi->current());
16 var_dump($bi->current());
H A Dbreakiter_first_basic.phpt14 var_dump($bi->current());
17 var_dump($bi->current());
/PHP-5.6/Zend/tests/generators/
H A Dgenerator_throwing_exception.phpt14 var_dump($gen->current());
22 var_dump($gen->current());
H A Dgenerator_send.phpt12 var_dump($gen->current());
14 var_dump($gen->current());
H A Dgenerator_throwing_during_function_call.phpt18 var_dump($gen->current());
26 var_dump($gen->current());
H A Dnested_method_calls.phpt23 $g1->current();
26 $g2->current();
/PHP-5.6/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
/PHP-5.6/tests/classes/
H A Diterators_007.phpt11 …public function current() { if ($this->x == 1) throw new Exception(__METHOD__); return current($…
38 Caught in Test::current()
/PHP-5.6/ext/standard/tests/array/
H A Dend_variation3.phpt19 var_dump(current($array1));
27 var_dump(current($array1));
29 var_dump(current($array2));
H A Dprev_basic.phpt18 echo key($array) . " => " . current($array) . "\n";
21 echo key($array) . " => " . current($array) . "\n";
24 echo key($array) . " => " . current($array) . "\n";
/PHP-5.6/sapi/phpdbg/
H A DChangelog.md34 - until (continue until the current line is executed)
35 - frame (switch to a frame in the current stack for inspection)
37 - finish (continue until the current function has returned)
38 - leave (continue until the current function is returning)
/PHP-5.6/ext/spl/internal/
H A Drecursiveiterator.inc20 /** @return whether the current element has children
24 /** @return the sub iterator for the current element
/PHP-5.6/Zend/tests/
H A Dbug46381.phpt10 return ArrayIterator::current();
19 Fatal error: Non-static method ArrayIterator::current() cannot be called statically, assuming $this…
/PHP-5.6/ext/spl/
H A Dspl_iterators.c1381 int current = 0; in spl_dual_it_call_method() local
1399 current = 0; in spl_dual_it_call_method()
1401 func_params[current] = (zval **) p - (arg_count-current); in spl_dual_it_call_method()
1402 current++; in spl_dual_it_call_method()
1667 if (intern->current.data) { in spl_dual_it_free()
1671 if (intern->current.key) { in spl_dual_it_free()
1690 intern->current.pos = 0; in spl_dual_it_rewind()
1725 ZVAL_LONG(intern->current.key, intern->current.pos); in spl_dual_it_fetch()
1740 intern->current.pos++; in spl_dual_it_next()
1797 if (intern->current.key) { in SPL_METHOD()
[all …]
/PHP-5.6/tests/lang/
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
14 echo "\nRemoving the current element from an iterated object.\n";
33 Removing the current element from an iterated object.

Completed in 39 milliseconds

12345678910>>...24