Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 25 of 141) sorted by path

123456

/php-src/
H A DUPGRADING130 longer implicitly reset the iterator data, unless explicitly rewound.
/php-src/Zend/tests/
H A Dbug23104.phpt2 Bug #23104 (Hash position not reset for constant arrays)
H A Dbug32674.phpt13 reset($this->_elements);
H A Dbug32993.phpt9 public function rewind(): void { reset($this->arr); }
H A Dbug37715.phpt15 reset($a);
H A Dbug43344_1.phpt15 reset($a);
H A Dbug43344_13.phpt6 reset($a);
H A Dbug43344_5.phpt7 reset($a);
H A Dbug43344_9.phpt7 reset($a);
H A Dbug72943.phpt2 Bug #72943 (assign_dim on string doesn't reset hval)
H A Dbug78010.phpt27 $x = []; //This must be reset
H A Dgh13178_1.phpt2 GH-13178: Packed to hash must reset iterator position
H A Dgh13178_4.phpt2 GH-13178: Packed to hash must reset nInternalPointer
6 reset($array);
H A Dgh13178_5.phpt2 GH-13178: Packed array with last elements removed must reset iterator positions
H A Diap_on_object_deprecated.phpt7 var_dump(reset($obj));
16 Deprecated: reset(): Calling reset() on an object is deprecated in %s on line %d
/php-src/Zend/tests/readonly_props/
H A Dreadonly_clone_error1.phpt2 Readonly property cannot be reset twice during cloning
H A Dreadonly_clone_error2.phpt2 Readonly property cannot be reset after cloning when there is no custom clone handler
H A Dreadonly_clone_error3.phpt2 Readonly property cannot be reset after cloning when there is a custom clone handler
H A Dreadonly_clone_success1.phpt2 Readonly property can be reset once during cloning
H A Dreadonly_clone_success4.phpt2 Readonly property can be reset once during cloning even after a type error
/php-src/Zend/
H A Dzend_signal.c325 if (SIGG(reset)) { in zend_signal_activate()
379 zend_signal_globals->reset = 1; in zend_signal_globals_ctor()
H A Dzend_signal.h60 bool reset; /* reset signal handlers on each request */ member
/php-src/build/
H A Dgen_stub.php1450 …me() . ", " . $this->name->methodName . ", $argInfoName, " . implode("|", reset($flagsByPhpVersion…
1466 if ($isVanillaEntry && reset($flagsByPhpVersions) === ["0"]) {
5260 reset($flagsByPhpVersions);
5263 return [sprintf($codeTemplate, implode("|", reset($flagsByPhpVersions)))];
H A Dlibtool.m45405 # are reset later if shared libraries are not supported. Putting them
H A Dshtool526 for seq in sgr0 me rmso init reset; do # 'reset' is last

Completed in 57 milliseconds

123456