Home
last modified time | relevance | path

Searched refs:current (Results 226 – 250 of 593) sorted by relevance

12345678910>>...24

/PHP-5.6/ext/spl/tests/
H A DSplDoublyLinkedList_lifoMode.phpt17 while ($tmp = $list->current()) {
H A Dbug62073.phpt16 var_dump($heap->current());
H A Dregexiterator_getpregflags.phpt11 function current (){}
H A Drecursiveiteratoriterator_getsubiterator_variation_002.phpt2 SPL: RecursiveIteratorIterator::getSubIterator() returns NULL if there's no current element
H A Diterator_003.phpt40 echo "ACCEPT ".$this->current()->getId()." == ".$this->id."\n";
41 return $this->current()->getId() == $this->id;
H A Diterator_053.phpt28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
30 var_dump($sub == $this->current());
H A Dmultiple_iterator_001.phpt16 var_dump($m->current());
30 $m->current();
63 $m->current();
144 RuntimeException thrown: Called current() with non valid sub iterator
H A Diterator_012.phpt10 echo $it->key() . '=>' . $it->current() . "\n";
H A Diterator_019.phpt10 echo $it->key() . '=>' . $it->current() . "\n";
H A Dspl_cachingiterator___toString_basic.phpt2 SPL: SplCachingIterator, Test method to convert current element to string
H A DarrayObject___construct_error2.phpt7 function current() {}
H A Dheap_007.phpt18 $v = $h->current();
H A Diterator_068.phpt12 function current() {}
H A Dpqueue_003.phpt17 $v = $h->current();
H A Dregexiterator_setflags_exception.phpt11 function current (){}
/PHP-5.6/Zend/tests/
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
H A Dbug49269.phpt12 function current() {return $this->n;}
/PHP-5.6/ext/soap/tests/
H A Dserver031.phpt17 public function current() { return current($this->a); }
20 public function valid() { return (current($this->a) !== false); }
/PHP-5.6/ext/standard/tests/array/
H A Dbug21998.phpt2 Bug #21998 (array_pop() does not reset the current array position)
/PHP-5.6/ext/standard/tests/general_functions/
H A Dgetmypid_basic.phpt6 * Description: Gets the current PHP process ID.
/PHP-5.6/ext/date/tests/
H A Dbug53437.phpt42 ["current"]=>
101 ["current"]=>
/PHP-5.6/ext/standard/tests/misc/
H A Dtime_sleep_until_error1.phpt14 Warning: time_sleep_until(): Sleep until to time is less than current time in %s on line 2
/PHP-5.6/ext/date/lib/
H A Dparse_iso_intervals.re299 timelib_time *current;
302 current = s->end;
305 current = s->begin;
310 current->y = timelib_get_nr((char **) &ptr, 4);
311 current->m = timelib_get_nr((char **) &ptr, 2);
312 current->d = timelib_get_nr((char **) &ptr, 2);
313 current->h = timelib_get_nr((char **) &ptr, 2);
314 current->i = timelib_get_nr((char **) &ptr, 2);
315 current->s = timelib_get_nr((char **) &ptr, 2);
/PHP-5.6/Zend/tests/generators/
H A Dyield_in_finally.phpt21 var_dump($gen->current());
/PHP-5.6/ext/spl/internal/
H A Drecursivefilteriterator.inc39 /** @return whether the current element has children
46 /** @return an iterator for the current elements children

Completed in 45 milliseconds

12345678910>>...24