Home
last modified time | relevance | path

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

12345

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt66 // calling reset between executions
94 printf("[020] Expecting boolean/true after reset to prepare status, got %s/%s. [%d] %s\n",
H A Dmysqli_stmt_bind_result_format.phpt120 reset($expected);
272 reset($values);
311 reset($values);
H A Dmysqli_query_stored_proc.phpt103 printf("[012] Cannot reset user variable, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
131 printf("[019] Cannot reset user variable, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_debug_mysqlnd_control_string.phpt163 if ($func = reset($test_functions['simple']))
165 if ($func = reset($test_functions['doubledot']))
H A Dmysqli_change_user_get_lock.phpt39 …orary tables, and unlocks all locked tables. Session system variables are reset to the values of t…
H A Dbug42378.phpt132 reset($expected);
H A Dmysqli_class_mysqli_stmt_interface.phpt37 'reset' => true,
H A Dmysqli_explain_metadata.phpt131 reset($fields);
/PHP-5.5/ext/soap/tests/
H A Dserver031.phpt16 public function rewind() { return reset($this->a); }
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h122 int (*reset)(sqlite3_stmt*pStmt); member
370 #define sqlite3_reset sqlite3_api->reset
/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/mysql/tests/
H A Dmysql_field_flags.phpt106 reset($expected);
/PHP-5.5/ext/spl/internal/
H A Dspldoublylinkedlist.inc99 return reset($this->_llist);
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1315 PHP_METHOD(sqlite3stmt, reset) argument
1787 PHP_METHOD(sqlite3result, reset) argument
1967 PHP_ME(sqlite3stmt, reset, arginfo_sqlite3_void, ZEND_ACC_PUBLIC)
1984 PHP_ME(sqlite3result, reset, arginfo_sqlite3_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/pgsql/
H A DREADME228 ping database connection and try to reset connection if it's
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c618 PHP_FALIAS(reset, mysqli_stmt_reset, arginfo_mysqli_no_params)
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php444 reset($soap_test->method_params);
/PHP-5.5/
H A Drun-tests.php2219 reset($old1); $k1 = key($old1); $l1 = -2;
2220 reset($old2); $k2 = key($old2); $l2 = -2;
2719 $type = reset($temp);
H A DUPGRADING171 - set_error_handler(NULL) can now be used to reset the error handler.
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h249 #define mysqlnd_stmt_reset(stmt) (stmt)->m->reset((stmt) TSRMLS_CC)
/PHP-5.5/ext/opcache/
H A DREADME100 When disabled, you must reset the OPcache manually or restart the
/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/build/
H A Dshtool526 for seq in sgr0 me rmso init reset; do # 'reset' is last
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_methods.cpp127 void reset(UErrorCode& status) in reset() function in BugStringCharEnumeration
/PHP-5.5/ext/standard/tests/general_functions/
H A Dprint_r.phpt122 var_dump( reset($booleans) );

Completed in 66 milliseconds

12345