Home
last modified time | relevance | path

Searched refs:reset (Results 101 – 122 of 122) sorted by last modified time

12345

/PHP-7.4/ext/soap/tests/
H A Dserver031.phpt16 public function rewind() { return reset($this->a); }
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt50 $dbh->setAttribute(PDO::ATTR_CASE, PDO::CASE_NATURAL); // reset
/PHP-7.4/ext/opcache/tests/
H A Dzzz_basic_logging.phpt20 echo "Opcache reset";
26 Opcache reset
/PHP-7.4/ext/oci8/tests/
H A Dconn_attr_4.phpt17 // Bug fixed in 11.2 prevents client_info being reset
/PHP-7.4/ext/json/tests/
H A Dbug54484.phpt2 Bug #54484 (Empty string in json_decode doesn't reset json_last_error)
/PHP-7.4/ext/intl/tests/
H A Dbug14562.phpt18 setlocale(LC_ALL, "C"); // reset for printing
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md82 * Intl functions and methods should reset the global error before doing anything
83 else (even parse the arguments); instance methods should also reset the
92 void intl_error_reset(NULL); /* reset global error */
93 void intl_errors_reset(intl_error* err); /* reset global and object error */
101 way to reset the object's internal error code. Instead, resetting of the
128 Implementations of `::getErrorCode()` and `::getErrorMessage()` should not reset
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます7634 >>0x15 byte &0x1 \b, begins from reset
H A Dmagic7634 >>0x15 byte &0x1 \b, begins from reset
/PHP-7.4/ext/date/tests/
H A Ddate_time_fractions.phpt23 /* These should reset the time (and hence fraction) to 0 */
/PHP-7.4/ext/curl/tests/
H A Dbug66109.phpt2 Bug #66109 (Option CURLOPT_CUSTOMREQUEST can't be reset to default.)
/PHP-7.4/build/
H A Dshtool526 for seq in sgr0 me rmso init reset; do # 'reset' is last
/PHP-7.4/Zend/
H A Dzend_signal.h60 zend_bool reset; /* reset signal handlers on each request */ member
/PHP-7.4/Zend/tests/
H A Dbug78010.phpt22 $x = []; //This must be reset
H A Dbug72943.phpt2 Bug #72943 (assign_dim on string doesn't reset hval)
H A Dbug37715.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 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() { return reset($this->arr); }

Completed in 148 milliseconds

12345