Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-7.3/tests/lang/
H A DforeachLoopObjects.005.phpt2 Foreach loop tests - removing properties before and after the current property during the loop.
14 echo "\nRemoving properties before the current element from an iterated object.\n";
29 echo "\nRemoving properties before the current element from an iterated object.\n";
46 Removing properties before the current element from an iterated object.
62 Removing properties before the current element from an iterated object.
/PHP-7.3/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 Dbug73423.phpt10 public Function current ()
12 return current ($this->foo);
32 return current ($this->foo) !== false;
37 return current ($this->foo);
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 DarrayObject_getIteratorClass_basic1.phpt24 function current() {
27 return parent::current();
80 In MyIterator::current()
85 In MyIterator::current()
90 In MyIterator::current()
H A DSplFileObject_next_basic.phpt14 echo $s->current();
17 echo $s->current();
H A Dbug67359.phpt14 $it->current();
20 $it->current();
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c585 xml_element* current; member
599 c = mydata->current; in _xmlrpc_startElement()
601 mydata->current = xml_elem_new(); in _xmlrpc_startElement()
602 mydata->current->name = (char*)estrdup(name); in _xmlrpc_startElement()
603 mydata->current->parent = c; in _xmlrpc_startElement()
611 Q_PushTail(&mydata->current->attrs, attr); in _xmlrpc_startElement()
624 if(mydata && mydata->current && mydata->current->parent) { in _xmlrpc_endElement()
625 Q_PushTail(&mydata->current->parent->children, mydata->current); in _xmlrpc_endElement()
627 mydata->current = mydata->current->parent; in _xmlrpc_endElement()
637 if(mydata && mydata->current) { in _xmlrpc_charHandler()
[all …]
/PHP-7.3/ext/intl/tests/
H A Dbreakiter_first_last_previous_current_error.phpt2 IntlBreakIterator::first()/last()/previous()/current(): arg errors
17 var_dump($bi->current(1));
34 Warning: IntlBreakIterator::current() expects exactly 0 parameters, 1 given in %s on line %d
36 Warning: IntlBreakIterator::current(): breakiter_current: bad arguments in %s on line %d
/PHP-7.3/ext/spl/internal/
H A Dfilteriterator.inc23 * method accept(). Typically this invloves reading the current element or
51 * @return whether or not to expose the current element of the inner
88 * @return The current key
95 * @return The current value
97 function current() {
98 return $this->it->current();
H A Drecursiveiteratoriterator.inc89 /** @return current key
97 /** @return current element
99 function current()
102 return $it->current();
156 /** @return Sub Iterator at given level or if unspecified the current sub
182 /** @return whether current sub iterators current element has children
190 /** @return current sub iterators current children
205 /** Called after current child iterator is invalid and right before it
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.3/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);
/PHP-7.3/tests/classes/
H A Diterators_008.phpt25 public function current() {
40 D::current(2)
43 D::current(1)
/PHP-7.3/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.3/ext/standard/tests/strings/
H A Dstripos.phpt49 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
52 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
55 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
58 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
61 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
64 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
H A Dstrrpos_variation15.phpt95 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
99 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
103 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
109 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
115 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
121 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
131 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
135 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
159 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
163 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
[all …]
/PHP-7.3/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.3/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.3/Zend/tests/
H A Dbug32674.phpt20 public function current() {
21 $element = current($this->_elements);
39 return ($this->current() !== false);

Completed in 55 milliseconds

12345678910>>...28