Home
last modified time | relevance | path

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

12345

/PHP-5.5/
H A DNEWS1140 . Fixed bug #64247 (CURLOPT_INFILE doesn't allow reset). (Mike)
1834 . Improve set_exception_handler while doing reset. (Laruence)
3023 . Improve performance of set_exception_handler while doing reset (Laruence)
3249 . Added ability to reset user opcode handlers (Yoram).
4182 . Fixed bug #54484 (Empty string in json_decode doesn't reset
4671 . Fixed bug #52786 (PHP should reset section to [PHP] after ini sections).
4933 - Reset error state in PDO::beginTransaction() reset error state. (Ilia)
6218 - Fixed bug #46268 (DateTime::modify() does not reset relative time values).
7001 - Fixed bug #43386 (array_globals not reset to 0 properly on init). (Ilia)
7918 - Fixed bug #39797 (virtual() does not reset changed INI settings). (Ilia)
[all …]
H A DUPGRADING171 - set_error_handler(NULL) can now be used to reset the error handler.
/PHP-5.5/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() { return reset($this->arr); }
H A Dbug37715.phpt15 reset($a);
H A Dbug43344_1.phpt13 reset($a);
H A Dbug43344_13.phpt6 reset($a);
H A Dbug43344_5.phpt7 reset($a);
H A Dbug43344_9.phpt7 reset($a);
/PHP-5.5/build/
H A Dlibtool.m45400 # 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
/PHP-5.5/ext/curl/tests/
H A Dbug64267.phpt2 Bug #64267 (CURLOPT_INFILE doesn't allow reset)
H A Dbug66109.phpt2 Bug #66109 (Option CURLOPT_CUSTOMREQUEST can't be reset to default.)
/PHP-5.5/ext/date/lib/
H A Dparse_date.re2064 case '!': /* reset all fields to default */
2068 case '|': /* reset all fields to default when not set */
2121 case '!': /* reset all fields to default */
2125 case '|': /* reset all fields to default when not set */
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch399 + /* XXX the maxmagic has to be reset each time we load some new magic file.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4431 >>0x15 byte &0x1 \b, begins from reset
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS74 :: Intl functions and methods should reset the global error before doing
75 anything else (even parse the arguments); instance methods should also reset
82 void intl_error_reset(NULL TSRMLS_DC); /* reset global error */
83 void intl_errors_reset(intl_error* err TSRMLS_DC ); /* reset global and object error */
90 way to reset the object's internal error code. Instead, resetting of the
114 Implementations of ::getErrorCode() and ::getErrorMessage() should not reset the
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp127 void reset(UErrorCode& status) in reset() function in BugStringCharEnumeration
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp116 ((StringEnumeration*)iter->data)->reset(INTLITERATOR_ERROR_CODE(ii)); in string_enum_rewind()
/PHP-5.5/ext/intl/tests/
H A Dbug14562.phpt18 setlocale(LC_ALL, "C"); // reset for printing
/PHP-5.5/ext/json/tests/
H A Dbug54484.phpt2 Bug #54484 (Empty string in json_decode doesn't reset json_last_error)
/PHP-5.5/ext/mbstring/tests/
H A Dbug48697.phpt2 Bug #48697 (mb_internal_encoding() value gets reset by parse_str() or mb_parse_str()
/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_flags.phpt106 reset($expected);
H A Dmysql_ping.phpt30 printf("[003] Error codes should have been reset\n");

Completed in 117 milliseconds

12345