Home
last modified time | relevance | path

Searched refs:current (Results 176 – 200 of 542) sorted by relevance

12345678910>>...22

/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_oo_022.phpt28 var_dump($res->current());
34 var_dump($res->current());
/PHP-5.3/ext/standard/tests/array/
H A Darray_pop_variation.phpt26 var_dump( current($mixed_array[1]) );
38 var_dump( current($mixed_array[1]) );
H A Dextract_variation11.phpt2 … - ensure EXTR_REFS works when array is referenced and keys clash with variables in current scope.
H A Dbug21998.phpt2 Bug #21998 (array_pop() does not reset the current array position)
/PHP-5.3/ext/spl/examples/
H A Ddbareader.inc62 * Fetches the current data if $key is valid
73 function current() {
H A Drecursivecomparedualiterator.inc53 * current and key values or both are non valid.
60 /** @return whether both inner iterators are valid and have equal current
H A Dfindfile.inc48 /** @return whether the current file matches the given filename
52 return !strcmp($this->current(), $this->file);
/PHP-5.3/ext/spl/tests/
H A Dheap_it_current_empty.phpt2 SPL: SplHeap current, check looping through an empty heap gives you no values
H A Ddllist_007.phpt12 var_dump($a->current(), $a->next());
H A Diterator_058.phpt9 function current() {}
H A Dbug62073.phpt16 var_dump($heap->current());
H A DSplDoublyLinkedList_lifoMode.phpt17 while ($tmp = $list->current()) {
H A Dregexiterator_setpregflags.phpt11 function current (){}
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_003.phpt40 echo "ACCEPT ".$this->current()->getId()." == ".$this->id."\n";
41 return $this->current()->getId() == $this->id;
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";
/PHP-5.3/ext/spl/internal/
H A Douteriterator.inc13 * @brief Interface to access the current inner iteraor of iterator wrappers
/PHP-5.3/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.3/Zend/tests/
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
/PHP-5.3/ext/standard/tests/general_functions/
H A Dgetmypid_basic.phpt6 * Description: Gets the current PHP process ID.
/PHP-5.3/ext/date/tests/
H A Dbug53437.phpt42 ["current"]=>
101 ["current"]=>
/PHP-5.3/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);

Completed in 14 milliseconds

12345678910>>...22