Home
last modified time | relevance | path

Searched refs:reset (Results 101 – 116 of 116) sorted by relevance

12345

/PHP-5.5/ext/standard/tests/general_functions/
H A Dprint_r_64bit.phpt123 var_dump( reset($booleans) );
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps.c1171 MYSQLND_METHOD(mysqlnd_stmt, reset)(MYSQLND_STMT * const s TSRMLS_DC) in MYSQLND_METHOD() argument
2308 MYSQLND_METHOD(mysqlnd_stmt, reset),
H A Dmysqlnd_structs.h767 func_mysqlnd_stmt__reset reset; member
/PHP-5.5/
H A Dphp.ini-development1285 ; Auto reset feature requires a little overheads.
1286 ; http://php.net/pgsql.auto-reset-persistent
1859 ; When disabled, you must reset the OPcache manually or restart the
H A Dphp.ini-production1285 ; Auto reset feature requires a little overheads.
1286 ; http://php.net/pgsql.auto-reset-persistent
1859 ; When disabled, you must reset the OPcache manually or restart the
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 …]
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING463 group must be reset, so it is necessary to retain backtracking points inside
H A DNEWS387 \K to reset the start of the matched string; for example, (foo)\Kbar
H A DChangeLog38 reference between their definition, with a group that reset capture
744 38. The use of \K (reset reported match start) within a repeated possessive
811 (a) Unoptimized capturing brackets incorrectly reset on backtrack.
817 after a backtrack. Also, the capture_last value is now reset after a
818 recursion, since all captures are also reset in this case.
2130 the pattern is reset in the first branch, pcre_compile() failed with
2132 the reset was to the original external option setting. (An optimization
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1310 equivalent to running "make coverage-reset", "make coverage-baseline",
1313 make coverage-reset
6090 tried from left to right, and options are not reset until the end of
6110 theses are numbered as usual, but the number is reset at the start of
6116 # before ---------------branch-reset----------- after
6136 An alternative approach to using this "branch reset" feature is to use
6183 reset" subpattern, as described in the previous section.)
7401 as far as the (*MARK) item, but nevertheless do not reset it.
7896 \K reset start of match
7913 (?|...) non-capturing group; reset group numbers for
/PHP-5.5/ext/standard/
H A Darray.c886 PHP_FUNCTION(reset) in PHP_FUNCTION() argument
H A Dbasic_functions.c3306 PHP_FE(reset, arginfo_reset)
/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/build/
H A Dlibtool.m45400 # are reset later if shared libraries are not supported. Putting them
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c48083 SQLITE_PRIVATE void sqlite3PagerCacheStat(Pager *pPager, int eStat, int reset, int *pnVal){
48095 if( reset ){
101977 int (*reset)(sqlite3_stmt*pStmt);
102225 #define sqlite3_reset sqlite3_api->reset
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4431 >>0x15 byte &0x1 \b, begins from reset

Completed in 478 milliseconds

12345