Home
last modified time | relevance | path

Searched refs:current (Results 251 – 275 of 661) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-7.2/ext/spl/tests/
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_058.phpt9 function 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 DSplDoublyLinkedList_lifoMode.phpt17 while ($tmp = $list->current()) {
H A Dbug62073.phpt16 var_dump($heap->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
/PHP-7.2/Zend/tests/try/
H A Dbug71604.phpt20 gen()->current();
/PHP-7.2/ext/standard/tests/file/
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
/PHP-7.2/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-7.2/Zend/tests/generators/
H A Dno_foreach_var_leaks.phpt13 var_dump($gen->current());
H A Dgenerator_with_keys.phpt9 yield $key => current($array);
/PHP-7.2/Zend/tests/
H A Dinvalid_parent_const_ref_leak.phpt18 Cannot access parent:: when current class scope has no parent
H A Dbug71154.phpt15 var_dump($it->current());
H A Dbug71266.phpt17 var_dump(current($arr));
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
/PHP-7.2/ext/spl/internal/
H A Douteriterator.inc13 * @brief Interface to access the current inner iteraor of iterator wrappers
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re221 timelib_time *current;
224 current = s->end;
227 current = s->begin;
232 current->y = timelib_get_nr((char **) &ptr, 4);
233 current->m = timelib_get_nr((char **) &ptr, 2);
234 current->d = timelib_get_nr((char **) &ptr, 2);
235 current->h = timelib_get_nr((char **) &ptr, 2);
236 current->i = timelib_get_nr((char **) &ptr, 2);
237 current->s = timelib_get_nr((char **) &ptr, 2);
/PHP-7.2/ext/standard/tests/array/
H A Dextract_variation11.phpt2 …n - 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-7.2/ext/zip/lib/
H A Dzipwin32.h57 zip_uint64_t current; /* current offset */ member

Completed in 26 milliseconds

1...<<11121314151617181920>>...27