Home
last modified time | relevance | path

Searched refs:mode (Results 226 – 250 of 798) sorted by path

12345678910>>...32

/php-src/ext/mysqli/tests/
H A Dbug55582.phpt37 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
42 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
H A Dconnect.inc84 // Restore error mode
H A Dgh9841.phpt2 Bug GH-9841 (mysqli_query throws warning despite using silenced error mode)
38 // now make sure the errors are thrown when not using silent mode
H A Dmysqli_class_mysqli_result_interface.phpt130 $mode = mt_rand(-1000, 1000);
131 } while (in_array($mode, $valid));
135 $res = new mysqli_result($link, $mode);
H A Dmysqli_data_seek.phpt67 mysqli_data_seek() cannot be used in MYSQLI_USE_RESULT mode
H A Dmysqli_data_seek_oo.phpt81 mysqli_result::data_seek() cannot be used in MYSQLI_USE_RESULT mode
H A Dmysqli_debug_append.phpt45 printf("[004] Cannot create trace file to test append mode\n");
H A Dmysqli_driver.phpt46 printf("[006] Illegal report mode returned? Got %s, expected %s\n",
83 …printf("[015] Error reporting mode has not been switched to exceptions and or no exception thrown\…
102 printf("[018] Error reporting mode should be different\n");
H A Dmysqli_fetch_all_oo.phpt426 mysqli_result::fetch_all(): Argument #1 ($mode) must be one of MYSQLI_NUM, MYSQLI_ASSOC, or MYSQLI_…
H A Dmysqli_fetch_array.phpt359 mysqli_fetch_array(): Argument #2 ($mode) must be one of MYSQLI_NUM, MYSQLI_ASSOC, or MYSQLI_BOTH
360 mysqli_fetch_array(): Argument #2 ($mode) must be one of MYSQLI_NUM, MYSQLI_ASSOC, or MYSQLI_BOTH
H A Dmysqli_fetch_array_oo.phpt350 mysqli_result::fetch_array(): Argument #1 ($mode) must be one of MYSQLI_NUM, MYSQLI_ASSOC, or MYSQL…
351 mysqli_result::fetch_array(): Argument #1 ($mode) must be one of MYSQLI_NUM, MYSQLI_ASSOC, or MYSQL…
H A Dmysqli_fetch_object_no_constructor.phpt30 …t at all other places we throws errors but no exceptions unless the error mode has been changed:\n…
60 …that at all other places we throws errors but no exceptions unless the error mode has been changed:
H A Dmysqli_num_rows.phpt81 mysqli_num_rows() cannot be used in MYSQLI_USE_RESULT mode
H A Dmysqli_result_invalid_mode.phpt2 mysqli_result(), invalid mode
20 foreach ($invalidModes as $mode) {
22 new mysqli_result($link, $mode);
H A Dmysqli_set_charset.phpt80 // Make sure that set_charset throws an exception in exception mode
H A Dmysqli_stmt_attr_set.phpt36 // Invalid mode for MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH
H A Dmysqli_stmt_get_result.phpt108 // get_result can be used in PS cursor mode
H A Dmysqli_stmt_get_warnings.phpt19 die("skip Strict sql mode seems to be active. We won't get a warning to check for.");
H A Dmysqli_store_result_copy.phpt102 globally to copy mode and run all the tests */
H A Dmysqli_use_result.phpt57 mysqli_data_seek() cannot be used in MYSQLI_USE_RESULT mode
/php-src/ext/mysqli/tests/fetch/
H A Dmysqli_fetch_all.phpt18 echo "Default mode\n";
44 // Illegal mode
65 Default mode
172 mysqli_fetch_all(): Argument #2 ($mode) must be one of MYSQLI_NUM, MYSQLI_ASSOC, or MYSQLI_BOTH
/php-src/ext/mysqli/tests/test_setup/
H A Dtest_helpers.inc96 // Restore error mode
/php-src/ext/mysqlnd/
H A Dmysqlnd.h100 PHPAPI void mysqlnd_debug(const char *mode);
185 #define mysqlnd_autocommit(conn, mode) ((conn)->data)->m->set_autocommit((conn)->data, (mode)) argument
H A Dmysqlnd_connection.c1659 MYSQLND_METHOD(mysqlnd_conn_data, set_autocommit)(MYSQLND_CONN_DATA * conn, unsigned int mode)
1662 …DBG_RETURN(conn->m->query(conn, (mode) ? "SET AUTOCOMMIT=1":"SET AUTOCOMMIT=0", sizeof("SET AUTOCO…
1689 if ((mode & TRANS_COR_AND_CHAIN) && !(mode & TRANS_COR_AND_NO_CHAIN)) {
1694 } else if ((mode & TRANS_COR_AND_NO_CHAIN) && !(mode & TRANS_COR_AND_CHAIN)) {
1701 if ((mode & TRANS_COR_RELEASE) && !(mode & TRANS_COR_NO_RELEASE)) {
1706 } else if ((mode & TRANS_COR_NO_RELEASE) && !(mode & TRANS_COR_RELEASE)) {
1795 MYSQLND_METHOD(mysqlnd_conn_data, tx_begin)(MYSQLND_CONN_DATA * conn, const unsigned int mode, cons…
1800 if (mode & TRANS_START_WITH_CONSISTENT_SNAPSHOT) {
1806 if (mode & TRANS_START_READ_WRITE) {
1811 } else if (mode & TRANS_START_READ_ONLY) {
[all …]
H A Dmysqlnd_debug.c509 mode_len = mode? strlen(mode) : 0; in MYSQLND_METHOD()
523 switch (mode[i]) { in MYSQLND_METHOD()
530 if (mode[i] == 'a' || mode[i] == 'A') { in MYSQLND_METHOD()
536 if (i+4 < mode_len && mode[i+3] == ':' && (mode[i+4] == '\\' || mode[i+4] == '/')) { in MYSQLND_METHOD()
541 if (mode[j] == ':') { in MYSQLND_METHOD()
567 if (mode[j] == ':') { in MYSQLND_METHOD()
574 if (mode[j] == ',' || mode[j] == ':') { in MYSQLND_METHOD()
585 if (mode[j] == ':') { in MYSQLND_METHOD()
606 if (mode[i] == ':') { in MYSQLND_METHOD()
631 if (mode[i+1] == ',') { in MYSQLND_METHOD()
[all …]

Completed in 50 milliseconds

12345678910>>...32