Home
last modified time | relevance | path

Searched refs:current (Results 276 – 300 of 661) sorted by relevance

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

/PHP-7.2/ext/spl/tests/
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() {}
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() {}
H A Dpqueue_003.phpt17 $v = $h->current();
/PHP-7.2/ext/standard/tests/general_functions/
H A Dgetmypid_basic.phpt6 * Description: Gets the current PHP process ID.
/PHP-7.2/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.2/Zend/tests/
H A Dbug78752.phpt15 var_dump($gen->current());
H A Dbug49269.phpt12 function current() {return $this->n;}
H A Dparent_class_name_without_parent.phpt20 Fatal error: Uncaught Error: Cannot use "parent" when current class scope has no parent in %s:5
/PHP-7.2/Zend/tests/generators/
H A Dbug70965.phpt20 var_dump($g->current());
H A Dyield_unary_precedence.phpt13 var_dump($gen->current());
H A Dbug71441.phpt20 var_dump($gen->current());
H A Dbug71601.phpt27 var_dump($generator->current());
H A Dyield_in_finally.phpt21 var_dump($gen->current());
/PHP-7.2/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.2/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 24 milliseconds

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