Home
last modified time | relevance | path

Searched refs:current (Results 201 – 225 of 543) sorted by relevance

12345678910>>...22

/PHP-5.4/ext/spl/tests/
H A DSplDoublyLinkedList_lifoMode.phpt17 while ($tmp = $list->current()) {
H A Dregexiterator_setpregflags.phpt11 function 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_003.phpt40 echo "ACCEPT ".$this->current()->getId()." == ".$this->id."\n";
41 return $this->current()->getId() == $this->id;
H A Drecursiveiteratoriterator_getsubiterator_variation_002.phpt2 SPL: RecursiveIteratorIterator::getSubIterator() returns NULL if there's no current element
H A Dregexiterator_getpregflags.phpt11 function current (){}
H A Diterator_012.phpt10 echo $it->key() . '=>' . $it->current() . "\n";
H A Diterator_019.phpt10 echo $it->key() . '=>' . $it->current() . "\n";
H A Dheap_007.phpt18 $v = $h->current();
H A Diterator_068.phpt12 function current() {}
H A DarrayObject___construct_error2.phpt7 function current() {}
H A Dpqueue_003.phpt17 $v = $h->current();
H A Dspl_cachingiterator___toString_basic.phpt2 SPL: SplCachingIterator, Test method to convert current element to string
H A Dregexiterator_setflags_exception.phpt11 function current (){}
H A Dregexiterator_setpregflags_exception.phpt11 function current (){}
/PHP-5.4/ext/date/tests/
H A Dbug53437.phpt42 ["current"]=>
101 ["current"]=>
/PHP-5.4/ext/standard/tests/array/
H A Dbug21998.phpt2 Bug #21998 (array_pop() does not reset the current array position)
/PHP-5.4/ext/standard/tests/general_functions/
H A Dgetmypid_basic.phpt6 * Description: Gets the current PHP process ID.
/PHP-5.4/ext/date/lib/
H A Dparse_iso_intervals.re328 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);
/PHP-5.4/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.4/Zend/tests/
H A Dbug49269.phpt12 function current() {return $this->n;}
/PHP-5.4/ext/spl/internal/
H A Drecursivefilteriterator.inc39 /** @return whether the current element has children
46 /** @return an iterator for the current elements children
H A Dparentiterator.inc24 /** @return whetehr the current element has children
/PHP-5.4/ext/posix/tests/
H A Dposix_times.phpt4 Gets information about the current CPU usage.
/PHP-5.4/ext/standard/tests/file/
H A Dumask_error.phpt12 Description: Changes the current umask

Completed in 63 milliseconds

12345678910>>...22