Home
last modified time | relevance | path

Searched refs:current (Results 101 – 125 of 543) sorted by relevance

12345678910>>...22

/PHP-5.4/tests/classes/
H A Diterators_008.phpt25 public function current() {
40 D::current(2)
43 D::current(1)
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.4/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 Dbug67359.phpt14 $it->current();
20 $it->current();
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 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 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
/PHP-5.4/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
H A Dspl_iterators.c1314 int current = 0; in spl_dual_it_call_method() local
1332 current = 0; in spl_dual_it_call_method()
1334 func_params[current] = (zval **) p - (arg_count-current); in spl_dual_it_call_method()
1335 current++; in spl_dual_it_call_method()
1621 intern->current.pos = 0; in spl_dual_it_rewind()
1648current.key_type = intern->inner.iterator->funcs->get_current_key(intern->inner.iterator, &intern-… in spl_dual_it_fetch()
1651 intern->current.int_key = intern->current.pos; in spl_dual_it_fetch()
1666 intern->current.pos++; in spl_dual_it_next()
1725 RETURN_STRINGL(intern->current.str_key, intern->current.str_key_len-1, 1); in SPL_METHOD()
1955 ZVAL_STRINGL(&zkey, intern->current.str_key, intern->current.str_key_len-1, 0); in SPL_METHOD()
[all …]
/PHP-5.4/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-5.4/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-5.4/Zend/tests/
H A Dbug32674.phpt20 public function current() {
21 $element = current($this->_elements);
39 return ($this->current() !== false);
/PHP-5.4/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 80 milliseconds

12345678910>>...22