Home
last modified time | relevance | path

Searched refs:current (Results 101 – 125 of 505) sorted by last modified time

12345678910>>...21

/PHP-8.0/tests/lang/
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
14 echo "\nRemoving the current element from an iterated object.\n";
32 Removing the current element from an iterated object.
H A DforeachLoopObjects.005.phpt2 Foreach loop tests - removing properties before and after the current property during the loop.
14 echo "\nRemoving properties before the current element from an iterated object.\n";
29 echo "\nRemoving properties before the current element from an iterated object.\n";
46 Removing properties before the current element from an iterated object.
62 Removing properties before the current element from an iterated object.
H A Dinclude_variation1.phpt2 include() a file from the current script directory
H A Dinclude_variation2.phpt2 Including a file in the current script directory from an included function
H A Dinclude_variation3.phpt2 Including a file in the current script directory from eval'd code
H A Dbug23624.phpt2 Bug #23624 (foreach leaves current array key as null)
6 var_dump(current($arr));
8 var_dump(current($arr));
H A Dbug55754.phpt6 current($arr = array(0 => "a"));
7 current(array(0 => "a"));
8 current($arr);
H A DforeachLoop.001.phpt32 var_dump(current($a));
35 var_dump(current($a));
H A Dbug20175.phpt38 * after the function call bar_global() is done in current local scope.
/PHP-8.0/tests/classes/
H A Diterators_001.phpt93 c_iter::current
97 c_iter::current
101 c_iter::current
109 c_iter::current
113 c_iter::current
117 c_iter::current
125 c_iter::current
129 c_iter::current
133 c_iter::current
137 c_iter::current
[all …]
H A Diterators_002.phpt23 function current() {
76 c_iter::current
82 c_iter::current
87 c_iter::current
93 c_iter::current
98 c_iter::current
104 c_iter::current
H A Diterators_007.phpt11 …public function current() { if ($this->x == 1) throw new Exception(__METHOD__); return current($…
37 Caught in Test::current()
H A Diterators_003.phpt22 function current() {
76 c_iter::current
80 c_iter::current
85 c_iter::current
89 c_iter::current
93 c_iter::current
97 c_iter::current
102 c_iter::current
106 c_iter::current
110 c_iter::current
H A Diterators_004.phpt23 function current() {
H A Diterators_006.phpt27 function current() {
28 return $this->current;
33 $this->current = current($this->array);
55 #var_dump($array->current());
H A Diterators_008.phpt25 public function current() {
40 D::current(2)
43 D::current(1)
H A Dbug24445.phpt2 Bug #24445 (get_parent_class() returns the current class when passed an object)
H A D__call_004.phpt2 When __call() is invoked via ::, ensure current scope's __call() is favoured over the specified cla…
/PHP-8.0/sapi/phpdbg/tests/
H A Dclean_001.phpt31 prompt> Do you really want to clean your current environment? (type y or n): Cleaning Execution Env…
/PHP-8.0/sapi/phpdbg/
H A Dxml.md76 - version: current phpdbg version (as string)
287 <current />
323 …- current: this attribute is set to "current" if that line is the line where the executor currentl…
335 - context: current executing context
340 - ops: number of opcodes in current executing context
419 - temporarily disables all the breakpoints until the end of the current frame
425 - temporarily disables all the breakpoints past the end of the current frame and then stops
531 - if the boolean switch is omitted, it emits current state in a <setbreaks active="" /> where ac…
547 - if the boolean switch is omitted, it emits current state in a <setcolors active="" /> where ac…
554 - if no further argument is passed, it emits current state in a <setoplog active="" /> where act…
[all …]
H A Dphpdbg_cmd.c473 current = 0L; in phpdbg_stack_verify() local
505 current); \ in phpdbg_stack_verify()
513 current); \ in phpdbg_stack_verify()
522 current++; in phpdbg_stack_verify()
526 current--; in phpdbg_stack_verify()
/PHP-8.0/sapi/fpm/
H A Dwww.conf.in215 ; the current request being served.
389 ; Default Value: current directory or / when chroot
424 ; the current environment.
/PHP-8.0/sapi/cli/tests/
H A Dbug61546.phpt2 Bug #61546 (functions related to current script failed when chdir() in cli sapi)
/PHP-8.0/ext/zlib/tests/
H A Dbug67724.phpt12 or die(current(error_get_last()));
H A Ddeflate_add_block_v123.phpt20 Warning: deflate_add(): zlib >= 1.2.4 required for BLOCK deflate; current version: %s in %s on line…

Completed in 38 milliseconds

12345678910>>...21