Home
last modified time | relevance | path

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

12345678910>>...24

/PHP-5.5/tests/classes/
H A Darrayobject_001.phpt10 echo current($a);
H A Dbug24445.phpt2 Bug #24445 (get_parent_class() returns the current class when passed an object)
/PHP-5.5/Zend/tests/generators/
H A Dgenerator_closure_with_this.phpt15 var_dump($genFactory()->current());
H A Dno_foreach_var_leaks.phpt13 var_dump($gen->current());
H A Dgenerator_with_keys.phpt9 yield $key => current($array);
/PHP-5.5/ext/date/tests/
H A Dbug35143.phpt2 Bug #35143 (gettimeofday() ignores current time zone)
/PHP-5.5/ext/spl/examples/
H A Ddbareader.inc62 * Fetches the current data if $key is valid
73 function current() {
H A Dfindfile.inc48 /** @return whether the current file matches the given filename
52 return !strcmp($this->current(), $this->file);
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
/PHP-5.5/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.
/PHP-5.5/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 DSplFileObject_seek_error002.phpt16 echo $s->current();
H A DSplFileObject_seek_basic.phpt16 echo $s->current();
H A DSplFileObject_rewind_basic.phpt18 echo $s->current();
H A Diterator_052.phpt28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
30 var_dump($sub == $this->current());
H A Diterator_058.phpt9 function current() {}
H A Dregexiterator_setpregflags.phpt11 function current (){}
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re293 timelib_time *current;
296 current = s->end;
299 current = s->begin;
304 current->y = timelib_get_nr((char **) &ptr, 4);
305 current->m = timelib_get_nr((char **) &ptr, 2);
306 current->d = timelib_get_nr((char **) &ptr, 2);
307 current->h = timelib_get_nr((char **) &ptr, 2);
308 current->i = timelib_get_nr((char **) &ptr, 2);
309 current->s = timelib_get_nr((char **) &ptr, 2);
/PHP-5.5/ext/standard/tests/file/
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
/PHP-5.5/Zend/tests/generators/errors/
H A Dyield_const_by_ref_error.phpt11 var_dump($gen->current());
H A Dyield_non_ref_function_call_by_ref_error.phpt15 var_dump($gen->current());
/PHP-5.5/ext/spl/internal/
H A Douteriterator.inc13 * @brief Interface to access the current inner iteraor of iterator wrappers
/PHP-5.5/ext/soap/tests/
H A Dserver031.phpt17 public function current() { return current($this->a); }
20 public function valid() { return (current($this->a) !== false); }

Completed in 41 milliseconds

12345678910>>...24