Searched refs:reset (Results 1 - 17 of 17) sorted by relevance
| /PHP_TRUNK/ext/soap/interop/ |
| H A D | client_round2_interop.php | 114 // reset the status to zero 444 reset($soap_test->method_params);
|
| /PHP_TRUNK/ext/spl/examples/ |
| H A D | searchiterator.inc | 25 /** Rewind and reset so that it once again searches.
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | spldoublylinkedlist.inc | 99 return reset($this->_llist);
|
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3ext.h | 112 int (*reset)(sqlite3_stmt*pStmt); member in struct:sqlite3_api_routines 315 #define sqlite3_reset sqlite3_api->reset
|
| H A D | sqlite3.c | 643 ** and Z will be reset to zero. 2650 ** was last reset. ^The values returned by [sqlite3_memory_used()] and 2656 ** ^The memory high-water mark is reset to the current value of 2660 ** prior to the reset. 3659 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset 3661 ** ^Use this routine to reset all host parameters to NULL. 3818 ** machine without first calling [sqlite3_reset()] to reset the virtual 3845 ** sqlite3_step(). Failure to reset the prepared statement using 4117 ** The sqlite3_reset() function is called to reset a [prepared statement] 4121 ** Use [sqlite3_clear_bindings()] to reset th [all...] |
| /PHP_TRUNK/ext/intl/calendar/ |
| H A D | calendar_methods.cpp | 127 void reset(UErrorCode& status) function in class:BugStringCharEnumeration
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd.h | 249 #define mysqlnd_stmt_reset(stmt) (stmt)->m->reset((stmt) TSRMLS_CC)
|
| H A D | mysqlnd_ps.c | 1165 /* {{{ mysqlnd_stmt::reset */ 1167 MYSQLND_METHOD(mysqlnd_stmt, reset)(MYSQLND_STMT * const s TSRMLS_DC) 1173 DBG_ENTER("mysqlnd_stmt::reset"); 2288 MYSQLND_METHOD(mysqlnd_stmt, reset),
|
| H A D | mysqlnd_structs.h | 767 func_mysqlnd_stmt__reset reset; member in struct:st_mysqlnd_stmt_methods
|
| /PHP_TRUNK/ext/mysqli/ |
| H A D | mysqli_fe.c | 618 PHP_FALIAS(reset, mysqli_stmt_reset, arginfo_mysqli_no_params)
|
| /PHP_TRUNK/ext/intl/common/ |
| H A D | common_enum.cpp | 116 ((StringEnumeration*)iter->data)->reset(INTLITERATOR_ERROR_CODE(ii));
|
| /PHP_TRUNK/ext/standard/ |
| H A D | php_array.h | 47 PHP_FUNCTION(reset); variable
|
| H A D | array.c | 884 /* {{{ proto mixed reset(array array_arg) 886 PHP_FUNCTION(reset) 3844 * the previous array and reset the sort flags. */ 4494 /* If reached the chunk size, add it to the result array, and reset the
|
| H A D | basic_functions.c | 3307 PHP_FE(reset, arginfo_reset) 3453 /* don't forget to reset the various libc globals that
|
| /PHP_TRUNK/ext/sqlite3/ |
| H A D | sqlite3.c | 1304 /* {{{ proto bool SQLite3Stmt::reset() 1306 PHP_METHOD(sqlite3stmt, reset) 1317 php_sqlite3_error(stmt_obj->db_obj, "Unable to reset statement: %s", sqlite3_errmsg(sqlite3_db_handle(stmt_obj->stmt))); 1764 /* {{{ proto bool SQLite3Result::reset() 1766 PHP_METHOD(sqlite3result, reset) 1946 PHP_ME(sqlite3stmt, reset, arginfo_sqlite3_void, ZEND_ACC_PUBLIC) 1963 PHP_ME(sqlite3result, reset, arginfo_sqlite3_void, ZEND_ACC_PUBLIC)
|
| /PHP_TRUNK/build/ |
| H A D | shtool | 526 for seq in sgr0 me rmso init reset; do # 'reset' is last
|
| /PHP_TRUNK/ |
| H A D | run-tests.php | 2194 reset($old1); $k1 = key($old1); $l1 = -2; 2195 reset($old2); $k2 = key($old2); $l2 = -2; 2690 $type = reset($temp);
|
Completed in 149 milliseconds