Home
last modified time | relevance | path

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

12345678910>>...27

/PHP-7.2/ext/spl/tests/
H A DSplDoublyLinkedList_current_empty.phpt2 Run current() function on an empty SplDoublyLinkedList.
9 var_dump($list->current());
H A DSplObjectStorage_current_empty_storage.phpt2 Check that SplObjectStorage::current returns NULL when storage is empty
10 var_dump($s->current());
H A Dpqueue_current_error.phpt2 SPL: SplPriorityQueue current on empty queue should give null
9 var_dump($h->current());
H A DarrayObject_getIteratorClass_basic1.phpt24 function current() {
27 return parent::current();
80 In MyIterator::current()
85 In MyIterator::current()
90 In MyIterator::current()
H A Dbug47534.phpt7 echo gettype($it1->current())."\n";
11 echo gettype($it2->current())."\n";
H A DSplFileObject_current_basic.phpt2 SPL: SplFileObject::current basic
14 echo $s->current();
H A DSplFileObject_next_basic.phpt14 echo $s->current();
17 echo $s->current();
H A Dbug67359.phpt14 $it->current();
20 $it->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 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";
/PHP-7.2/ext/standard/tests/array/
H A Dnext_basic.phpt17 echo key($array) . " => " . current($array) . "\n";
20 echo key($array) . " => " . current($array) . "\n";
23 echo key($array) . " => " . current($array) . "\n";
H A Dbug62607.phpt6 echo 'Before -> '.current($arr).PHP_EOL;
8 echo 'After -> '.current($arr);
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";
/PHP-7.2/tests/classes/
H A Diterators_008.phpt25 public function current() {
40 D::current(2)
43 D::current(1)
/PHP-7.2/ext/spl/examples/
H A Dinigroups.inc23 * relation. Doing so both current() and key() methods must be overwritten.
40 * @return The current group.
42 function current() {
47 * @return The current group.
/PHP-7.2/ext/standard/tests/network/
H A Dsetcookie.phpt46 if (strncmp(current($headers), 'Set-Cookie:', 11) !== 0)
51 if (current($headers) === current($expected))
58 .current($expected)
59 ."\n\tReceived: ".current($headers)."\n";
/PHP-7.2/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());
/PHP-7.2/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.2/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.2/Zend/tests/
H A Dbug32674.phpt20 public function current() {
21 $element = current($this->_elements);
39 return ($this->current() !== false);
/PHP-7.2/ext/intl/tests/
H A Dbreakiter_last_basic.phpt14 var_dump($bi->current());
16 var_dump($bi->current());
/PHP-7.2/Zend/tests/return_types/
H A D006.phpt8 function current() : Comment {
9 return parent::current();

Completed in 65 milliseconds

12345678910>>...27