Home
last modified time | relevance | path

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

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

/PHP-7.4/ext/spl/tests/
H A Dpqueue_003.phpt17 $v = $h->current();
H A Dspl_cachingiterator___toString_basic.phpt2 SPL: SplCachingIterator, Test method to convert current element to string
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 Dbug74669.phpt22 public function current()
24 return $this->iterator->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
/PHP-7.4/Zend/tests/generators/
H A Dyield_in_finally.phpt21 var_dump($gen->current());
H A Dbug71441.phpt20 var_dump($gen->current());
H A Dbug71601.phpt27 var_dump($generator->current());
H A Dbasic_yield_from_proxying.phpt23 var_dump($gen->key(), $gen->current());
/PHP-7.4/Zend/tests/
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.4/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.4/main/streams/
H A Dfilter.c405 php_stream_filter *current; in _php_stream_filter_flush() local
418 for(current = filter; current; current = current->next) { in _php_stream_filter_flush()
421 status = current->fops->filter(stream, current, inp, outp, NULL, flags); in _php_stream_filter_flush()
/PHP-7.4/ext/posix/tests/
H A Dposix_times.phpt4 Gets information about the current CPU usage.
H A Dposix_ttyname.phpt4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
/PHP-7.4/ext/standard/tests/strings/
H A Dstrpos.phpt231 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
235 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
238 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
243 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
246 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
251 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
254 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
316 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
319 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
322 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
[all …]
/PHP-7.4/ext/session/tests/
H A Dsession_encode_variation7.phpt14 * Description : Encodes the current session data as a string
H A Dsession_cache_expire_basic.phpt12 * Description : Return current cache expire
H A Dsession_cache_expire_variation1.phpt14 * Description : Return current cache expire
H A Dsession_cache_expire_variation2.phpt12 * Description : Return current cache expire
H A Dsession_encode_variation3.phpt12 * Description : Encodes the current session data as a string
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_include_path_basic.phpt8 * Description: Gets the current include_path configuration option
/PHP-7.4/ext/date/tests/
H A Dbug53437.phpt42 ["current"]=>
103 ["current"]=>
/PHP-7.4/ext/phar/phar/
H A Dphar.inc42 function current()
/PHP-7.4/ext/zlib/tests/
H A Dbug67724.phpt12 or die(current(error_get_last()));

Completed in 50 milliseconds

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