Home
last modified time | relevance | path

Searched refs:mysqli (Results 201 – 225 of 244) sorted by relevance

12345678910

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_options_init_command.phpt12 /* see mysqli.c for details */
H A Dmysqli_rollback.phpt76 Warning: mysqli_rollback(): Couldn't fetch mysqli in %s on line %d
H A D014.phpt2 mysqli autocommit/commit/rollback
H A Dmysqli_more_results.phpt112 Warning: mysqli_more_results(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_next_result.phpt122 Warning: mysqli_next_result(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_kill.phpt87 object(mysqli)#%d (%d) {
H A Dmysqli_real_query.phpt112 Warning: mysqli_real_query(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_get_charset.phpt114 Warning: mysqli_get_charset(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_select_db.phpt111 Warning: mysqli_select_db(): Couldn't fetch mysqli in %s on line %d
H A Dbug52891.phpt2 Bug #52891 (Wrong data inserted with mysqli/mysqlnd when using bind_param,value > LONG_MAX)
H A Dmysqli_reconnect.phpt12 mysqli.reconnect=1
H A Dmysqli_multi_query.phpt160 Warning: mysqli_multi_query(): Couldn't fetch mysqli in %s on line %d
H A Dmysqli_no_reconnect.phpt10 mysqli.reconnect=0
H A Dmysqli_options.phpt140 Warning: mysqli_options(): Couldn't fetch mysqli in %s line %d
/PHP-5.5/ext/mysql/tests/
H A Dbug53649.phpt71 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
H A Dmysql_select_db.phpt69 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
H A Dmysql_info.phpt73 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
H A Dmysql_data_seek.phpt70 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
H A Dmysql_field_seek.phpt47 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
H A Dmysql_result.phpt68 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
H A Dmysql_fetch_object.phpt85 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
H A Dmysql_unbuffered_query.phpt110 …The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in …
/PHP-5.5/
H A Dphp.ini-development1157 mysqli.max_persistent = -1
1161 ;mysqli.allow_local_infile = On
1165 mysqli.allow_persistent = On
1169 mysqli.max_links = -1
1173 mysqli.cache_size = 2000
1180 mysqli.default_port = 3306
1185 mysqli.default_socket =
1189 mysqli.default_host =
1193 mysqli.default_user =
1201 mysqli.default_pw =
[all …]
H A Dphp.ini-production1157 mysqli.max_persistent = -1
1161 ;mysqli.allow_local_infile = On
1165 mysqli.allow_persistent = On
1169 mysqli.max_links = -1
1173 mysqli.cache_size = 2000
1180 mysqli.default_port = 3306
1185 mysqli.default_socket =
1189 mysqli.default_host =
1193 mysqli.default_user =
1201 mysqli.default_pw =
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c37 #define MYSQLI_ZEND_ARG_OBJ_INFO_LINK() ZEND_ARG_OBJ_INFO(0, link, mysqli, 0)
534 PHP_FALIAS(mysqli, mysqli_link_construct, arginfo_mysqli_connect)

Completed in 31 milliseconds

12345678910