Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...23

/PHP-7.4/ext/spl/tests/
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
H A Dregexiterator_getpregflags.phpt11 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 Diterator_012.phpt10 echo $it->key() . '=>' . $it->current() . "\n";
H A DarrayObject___construct_error2.phpt7 function current() {}
H A Dbug55157_variation.phpt12 echo "{$numIt->key()} => {$numIt->current()}\n";
H A Dbug70053.phpt12 var_dump($mit->current());
H A Dheap_007.phpt18 $v = $h->current();
H A Diterator_068.phpt12 function current() {}
/PHP-7.4/ext/pcre/tests/
H A Dbug76850.phpt7 die("skip need the current locale to be other than C");
/PHP-7.4/Zend/tests/
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)
H A Dbug78752.phpt15 var_dump($gen->current());
H A Dbug49269.phpt12 function current() {return $this->n;}
/PHP-7.4/ext/standard/tests/array/
H A Dbug21998.phpt2 Bug #21998 (array_pop() does not reset the current array position)
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgetmypid_basic.phpt6 * Description: Gets the current PHP process ID.
/PHP-7.4/Zend/tests/generators/
H A Dyield_unary_precedence.phpt13 var_dump($gen->current());
H A Dbug70965.phpt20 var_dump($g->current());
/PHP-7.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-7.4/ext/date/lib/
H A Dparse_iso_intervals.re219 timelib_time *current;
222 current = s->end;
225 current = s->begin;
230 current->y = timelib_get_nr((char **) &ptr, 4);
231 current->m = timelib_get_nr((char **) &ptr, 2);
232 current->d = timelib_get_nr((char **) &ptr, 2);
233 current->h = timelib_get_nr((char **) &ptr, 2);
234 current->i = timelib_get_nr((char **) &ptr, 2);
235 current->s = timelib_get_nr((char **) &ptr, 2);
/PHP-7.4/ext/standard/tests/strings/
H A Dbug68636.phpt2 Bug #68636 (setlocale no longer returns current value per category).
/PHP-7.4/ext/zlib/tests/
H A Ddeflate_add_block_v123.phpt21 Warning: deflate_add(): zlib >= 1.2.4 required for BLOCK deflate; current version: %s in %s on line…

Completed in 20 milliseconds

1...<<11121314151617181920>>...23