Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-7.3/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-7.3/Zend/tests/return_types/
H A D006.phpt8 function current() : Comment {
9 return parent::current();
/PHP-7.3/ext/standard/tests/strings/
H A Dstripos_variation2.phpt123 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
126 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
130 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
133 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
137 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
140 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
144 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
147 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
238 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
241 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
/PHP-7.3/ext/standard/tests/array/
H A Darray_merge_variation10.phpt25 echo key($result) . " => " . current($result) . "\n";
29 echo key($arr1) . " => " . current ($arr1) . "\n";
31 echo key($arr2) . " => " . current ($arr2) . "\n";
33 echo key($arr3) . " => " . current ($arr3) . "\n";
H A Dcompact_variation2.phpt2 Test compact() function: ensure compact() doesn't pick up variables declared outside of current sco…
10 echo "*** Testing compact() : usage variations - variables outside of current scope ***\n";
27 *** Testing compact() : usage variations - variables outside of current scope ***
H A Dend_variation3.phpt19 var_dump(current($array1));
27 var_dump(current($array1));
29 var_dump(current($array2));
/PHP-7.3/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 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 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";
H A Darray_009a.phpt10 return is_array($this->current());
15 return new MyRecursiveArrayIterator($this->current());
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();
/PHP-7.3/Zend/tests/generators/
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-7.3/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-7.3/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
H A DDatePeriod_properties2.phpt14 "current",
41 Writing to DatePeriod->current is unsupported
42 Retrieval of DatePeriod->current for modification is unsupported
/PHP-7.3/ext/standard/tests/network/
H A Dsetcookie.phpt49 if (strncmp(current($headers), 'Set-Cookie:', 11) !== 0)
54 if (current($headers) === current($expected))
61 .current($expected)
62 ."\n\tReceived: ".current($headers)."\n";
/PHP-7.3/Zend/tests/
H A Dbug46381.phpt8 return ArrayIterator::current();
17 Fatal error: Uncaught Error: Non-static method ArrayIterator::current() cannot be called statically…
/PHP-7.3/ext/spl/internal/
H A Drecursiveiterator.inc20 /** @return whether the current element has children
24 /** @return the sub iterator for the current element

Completed in 58 milliseconds

12345678910>>...28