Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 571) sorted by path

12345678910>>...23

/PHP-7.4/
H A D.gdbinit149 dumps the current execution stack. usage: dump_bt executor_globals.current_execute_data
602 dump operands of the current opline
637 set $current = gc_globals->roots->next
639 while $current != &gc_globals->roots
640 if $current->ref == $arg0
641 set $found = $current
644 set $current = $current->next
H A DCODING_STANDARDS.md333 purposes, these will only be documented by the most current name, with the
H A DCONTRIBUTING.md334 | PHP-7.4 | Is used to release the PHP 7.4.x series. This is a current stable version and is open…
335 | PHP-7.3 | Is used to release the PHP 7.3.x series. This is a current stable version and is open…
H A DEXTENSIONS9 Orphan: No current maintainer [but maybe you could take the
H A DNEWS2265 . Fixed bug #51068 (DirectoryIterator glob:// don't support current path
2540 . Implemented FR #67855 (No way to get current scale in use). (Chris Wright,
H A DREADME.REDIST.BINS550 Although their code does not appear in the current release, the
H A DUPGRADING140 * reset(), current(), etc. Use Iterator methods instead.
398 // should be replaced by (current interpretation)
H A DUPGRADING.INTERNALS267 since they are not needed on the current systems.
/PHP-7.4/TSRM/
H A DTSRM.c525 tsrm_tls_entry *current; in tsrm_set_interpreter_context() local
527 current = tsrm_tls_get(); in tsrm_set_interpreter_context()
536 return current; in tsrm_set_interpreter_context()
543 tsrm_tls_entry *new_ctx, *current; in tsrm_new_interpreter_context() local
549 current = tsrm_tls_get(); in tsrm_new_interpreter_context()
555 return tsrm_set_interpreter_context(current); in tsrm_new_interpreter_context()
H A Dthreads.m465 dnl Check whether the current setup can use POSIX threads calls.
/PHP-7.4/Zend/tests/
H A Dbug23104.phpt7 var_dump(current($bar));
H A Dbug32674.phpt20 public function current() {
21 $element = current($this->_elements);
39 return ($this->current() !== false);
H A Dbug32993.phpt2 Bug #32993 (implemented Iterator function current() don't throw exception)
10 public function current() { throw new Exception(); }
13 public function valid() { return (current($this->arr) !== false); }
H A Dbug38808.phpt2 Bug #38808 ("maybe ref" issue for current() and others)
5 $current = "current";
11 echo $current($a)."\n";
13 echo $current($a)."\n";
H A Dbug46381.phpt8 return ArrayIterator::current();
17 Fatal error: Uncaught Error: Non-static method ArrayIterator::current() cannot be called statically…
H A Dbug49269.phpt12 function current() {return $this->n;}
H A Dbug67874.phpt7 $data = array_map('current', $data);
H A Dbug70397.phpt11 var_dump($f->call(new class {})->current());
H A Dbug71154.phpt15 var_dump($it->current());
H A Dbug71266.phpt17 var_dump(current($arr));
H A Dbug71724.phpt15 var_dump(test()->current());
H A Dbug73753.phpt5 function iterate($current, $a, $result = null) {
6 if (!$current) {
10 return iterate(getNext($a), $a, $current);
18 return current($a);
H A Dbug78752.phpt15 var_dump($gen->current());
H A Dbug81070.phpt2 Bug #81070 Setting memory limit to below current usage
H A Dclass_name_as_scalar_error_002.phpt14 Deprecated: Cannot use "parent" when current class scope has no parent in %s on line %d
16 Fatal error: Uncaught Error: Cannot use "parent" when current class scope has no parent in %s:%d

Completed in 52 milliseconds

12345678910>>...23