Searched refs:current (Results 201 – 225 of 543) sorted by relevance
12345678910>>...22
17 while ($tmp = $list->current()) {
11 function current (){}
16 var_dump($m->current());30 $m->current();63 $m->current();144 RuntimeException thrown: Called current() with non valid sub iterator
40 echo "ACCEPT ".$this->current()->getId()." == ".$this->id."\n";41 return $this->current()->getId() == $this->id;
2 SPL: RecursiveIteratorIterator::getSubIterator() returns NULL if there's no current element
10 echo $it->key() . '=>' . $it->current() . "\n";
18 $v = $h->current();
12 function current() {}
7 function current() {}
17 $v = $h->current();
2 SPL: SplCachingIterator, Test method to convert current element to string
42 ["current"]=>101 ["current"]=>
2 Bug #21998 (array_pop() does not reset the current array position)
6 * Description: Gets the current PHP process ID.
328 timelib_time *current;331 current = s->end;334 current = s->begin;339 current->y = timelib_get_nr((char **) &ptr, 4);340 current->m = timelib_get_nr((char **) &ptr, 2);341 current->d = timelib_get_nr((char **) &ptr, 2);342 current->h = timelib_get_nr((char **) &ptr, 2);343 current->i = timelib_get_nr((char **) &ptr, 2);344 current->s = timelib_get_nr((char **) &ptr, 2);
14 Warning: time_sleep_until(): Sleep until to time is less than current time in %s on line 2
12 function current() {return $this->n;}
39 /** @return whether the current element has children46 /** @return an iterator for the current elements children
24 /** @return whetehr the current element has children
4 Gets information about the current CPU usage.
12 Description: Changes the current umask
Completed in 25 milliseconds