Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...26

/PHP-7.1/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.1/Zend/tests/generators/errors/
H A Dyield_non_ref_function_call_by_ref_error.phpt15 var_dump($gen->current());
/PHP-7.1/Zend/tests/generators/
H A Dgenerator_with_keys.phpt9 yield $key => current($array);
H A Dbug70965.phpt20 var_dump($g->current());
H A Dyield_unary_precedence.phpt13 var_dump($gen->current());
/PHP-7.1/ext/spl/tests/
H A Dbug62073.phpt16 var_dump($heap->current());
H A Dregexiterator_setpregflags.phpt11 function current (){}
H A DSplDoublyLinkedList_lifoMode.phpt17 while ($tmp = $list->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_012.phpt10 echo $it->key() . '=>' . $it->current() . "\n";
H A Diterator_019.phpt10 echo $it->key() . '=>' . $it->current() . "\n";
H A Dbug74669.phpt22 public function current()
24 return $this->iterator->current();
H A Diterator_003.phpt40 echo "ACCEPT ".$this->current()->getId()." == ".$this->id."\n";
41 return $this->current()->getId() == $this->id;
H A Diterator_053.phpt28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
30 var_dump($sub == $this->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 DarrayObject___construct_error2.phpt7 function current() {}
/PHP-7.1/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 Dbug49269.phpt12 function current() {return $this->n;}
/PHP-7.1/ext/standard/tests/general_functions/
H A Dgetmypid_basic.phpt6 * Description: Gets the current PHP process ID.
/PHP-7.1/ext/soap/tests/
H A Dserver031.phpt17 public function current() { return current($this->a); }
20 public function valid() { return (current($this->a) !== false); }
/PHP-7.1/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

Completed in 26 milliseconds

1...<<11121314151617181920>>...26