Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.1/ext/standard/tests/array/
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 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 Dend_variation3.phpt19 var_dump(current($array1));
27 var_dump(current($array1));
29 var_dump(current($array2));
/PHP-7.1/ext/spl/internal/
H A Dsplobjectstorage.inc42 /** @return current key
49 /** @return current object
51 function current()
53 $element = current($this->storage);
57 /** @return get current object's associated information
62 $element = current($this->storage);
66 /** @return set current object's associated information
H A Dsplfileobject.inc60 /** increase current line number
124 * Flush current data
133 * @return current file position
224 * @return current set of flags
240 * @return current setting for max line
264 * Invalidate current line buffer and set line number to 0.
281 * @note Fill current line buffer if not done yet.
284 function current()
306 /** Invalidate current line buffer.
357 * @return current line
[all …]
/PHP-7.1/ext/spl/
H A Dspl.php554 function current(); function
643 /** @return current flags
764 * @return current flags
840 function current() {/**/} function in ArrayIterator
1008 function current() {/**/} function in DirectoryIterator
1061 function current() {/**/} function in RecursiveDirectoryIterator
1112 function current() {/**/} function in SimpleXMLIterator
/PHP-7.1/Zend/tests/
H A Dbug32674.phpt20 public function current() {
21 $element = current($this->_elements);
39 return ($this->current() !== false);
H A Dbug46381.phpt8 return ArrayIterator::current();
17 Fatal error: Uncaught Error: Non-static method ArrayIterator::current() cannot be called statically…
/PHP-7.1/ext/spl/tests/
H A Dbug67359.phpt14 $it->current();
20 $it->current();
H A DSplFileObject_next_basic.phpt14 echo $s->current();
17 echo $s->current();
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 Ddllist_memleak.phpt13 echo $dll->current()."\n";
16 echo $dll->current()."\n";
H A DSplFileObject_next_variation001.phpt16 echo $s->current();
19 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 Dbug75155.phpt16 foreach ($iterator2 as $current) {
17 echo $current;
H A Darray_009a.phpt10 return is_array($this->current());
15 return new MyRecursiveArrayIterator($this->current());
/PHP-7.1/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.1/Zend/tests/return_types/
H A D006.phpt8 function current() : Comment {
9 return parent::current();
/PHP-7.1/Zend/tests/generators/
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_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 Dgc_with_root_parent_mismatch.phpt18 var_dump($gen1->current());
19 var_dump($gen2->current());
/PHP-7.1/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.1/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 28 milliseconds

12345678910>>...26