Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 25 of 141) sorted by last modified time

123456

/php-src/
H A DUPGRADING130 longer implicitly reset the iterator data, unless explicitly rewound.
H A Dphp.ini-development1243 ; Auto reset feature requires a little overheads.
1244 ; https://php.net/pgsql.auto-reset-persistent
1723 ; When disabled, you must reset the OPcache manually or restart the
1801 ; SHM reset. The default "" disables file based caching.
H A Dphp.ini-production1245 ; Auto reset feature requires a little overheads.
1246 ; https://php.net/pgsql.auto-reset-persistent
1725 ; When disabled, you must reset the OPcache manually or restart the
1803 ; SHM reset. The default "" disables file based caching.
/php-src/ext/odbc/tests/
H A Dodbc_non_persistent_connection_reuse.phpt20 $info = (string) reset($array);
H A Dodbc_persistent_close_all.phpt20 $info = (string) reset($array);
/php-src/build/
H A Dlibtool.m45405 # are reset later if shared libraries are not supported. Putting them
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)))];
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c963 pfc->data->m.reset(pfc, stats, error_info); in php_mysqlnd_cmd_write()
H A Dmysqlnd_ps.c902 MYSQLND_METHOD(mysqlnd_stmt, reset)(MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
1939 MYSQLND_METHOD(mysqlnd_stmt, reset),
H A Dmysqlnd_connection.c45 MYSQLND_METHOD(mysqlnd_upsert_status, reset)(MYSQLND_UPSERT_STATUS * const upsert_status) in MYSQLND_METHOD() argument
65 MYSQLND_METHOD(mysqlnd_upsert_status, reset),
75 upsert_status->m->reset(upsert_status); in mysqlnd_upsert_status_init()
97 MYSQLND_METHOD(mysqlnd_error_info, reset)(MYSQLND_ERROR_INFO * const info) in MYSQLND_METHOD() argument
134 info->m->reset(info); in MYSQLND_METHOD()
142 MYSQLND_METHOD(mysqlnd_error_info, reset),
154 info->m->reset(info); in mysqlnd_error_info_init()
168 info->m->reset(info); in mysqlnd_error_info_free_contents()
507 …conn->protocol_frame_codec->data->m.reset(conn->protocol_frame_codec, conn->stats, conn->error_inf… in MYSQLND_METHOD()
H A Dmysqlnd_structs.h111 func_mysqlnd_upsert_status__reset reset; in MYSQLND_CLASS_METHODS_TYPE() local
125 #define SET_EMPTY_ERROR(info) (info)->m->reset((info))
126 …_no)? (info)->m->set_client_error((info), (err_no), (sqlstate), (error)) : (info)->m->reset((info))
138 func_mysqlnd_error_info__reset reset; in MYSQLND_CLASS_METHODS_TYPE() local
794 func_mysqlnd_stmt__reset reset; in MYSQLND_CLASS_METHODS_TYPE() local
1101 func_mysqlnd_pfc__reset reset; in MYSQLND_CLASS_METHODS_TYPE() local
H A Dmysqlnd.h237 #define mysqlnd_stmt_reset(stmt) (stmt)->m->reset((stmt))
/php-src/ext/standard/
H A Dbasic_functions.stub.php1626 function reset(array|object &$array): mixed {} function
H A Dbasic_functions_arginfo.h2349 ZEND_FUNCTION(reset);
2972 ZEND_FE(reset, arginfo_reset)
H A Darray.c1127 PHP_FUNCTION(reset) in PHP_FUNCTION() argument
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp147 void reset(UErrorCode& status) override in reset() function in BugStringCharEnumeration
/php-src/ext/opcache/
H A DZendAccelerator.c4588 bool old_reset_signals = SIGG(reset);
4604 SIGG(reset) = false;
4654 SIGG(reset) = old_reset_signals;
/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()
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php385 public function reset(): bool {} function in SQLite3Stmt
406 public function reset(): bool {} function in SQLite3Result
H A Dsqlite3_arginfo.h204 ZEND_METHOD(SQLite3Stmt, reset);
210 ZEND_METHOD(SQLite3Result, reset);
259 ZEND_ME(SQLite3Stmt, reset, arginfo_class_SQLite3Stmt_reset, ZEND_ACC_PUBLIC)
269 ZEND_ME(SQLite3Result, reset, arginfo_class_SQLite3Result_reset, ZEND_ACC_PUBLIC)
H A Dsqlite3.c1437 PHP_METHOD(SQLite3Stmt, reset) in PHP_METHOD() argument
2022 PHP_METHOD(SQLite3Result, reset) in PHP_METHOD() argument
/php-src/ext/mysqli/
H A Dmysqli.stub.php1310 public function reset(): bool {}
/php-src/ext/mysqli/tests/
H A Dmysqli_explain_metadata.phpt126 reset($fields);
/php-src/Zend/tests/
H A Dgh13178_5.phpt2 GH-13178: Packed array with last elements removed must reset iterator positions
H A Dgh13178_1.phpt2 GH-13178: Packed to hash must reset iterator position

Completed in 154 milliseconds

123456