Home
last modified time | relevance | path

Searched refs:get_connection (Results 1 – 9 of 9) sorted by relevance

/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_poll.phpt13 function get_connection() {
21 if (!$link = get_connection())
41 $read[0] = get_connection();
81 $link = get_connection();
88 $link = get_connection();
97 $link = get_connection();
105 $link = get_connection();
106 $links = array($link, get_connection());
112 $link = get_connection();
H A Dmysqli_poll_reference.phpt20 function get_connection() {
29 $mysqli1 = get_connection();
30 $mysqli2 = get_connection();
60 $mysqli1 = get_connection();
61 $mysqli2 = get_connection();
90 $mysqli1 = get_connection();
91 $mysqli2 = get_connection();
121 $mysqli1 = get_connection();
122 $mysqli2 = get_connection();
163 $mysqli1 = get_connection();
[all …]
H A Dmysqli_reap_async_query.phpt13 function get_connection() {
21 if (!$link = get_connection())
58 $link = get_connection();
66 $link = get_connection();
H A Dgh9590.phpt30 function get_connection() {
39 $mysqli1 = get_connection();
40 $mysqli2 = get_connection();
H A Dmysqli_poll_kill.phpt13 function get_connection() {
23 $link = get_connection();
30 mysqli_kill(get_connection(), $thread_id);
79 $link = get_connection();
85 mysqli_kill(get_connection(), $thread_id);
141 $link = get_connection();
143 mysqli_kill(get_connection(), $thread_id);
H A Dmysqli_poll_mixing_insert_select.phpt13 function get_connection() {
37 $link = get_connection();
49 $link = get_connection();
147 $link = get_connection();
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_driver.c97 MYSQLND_METHOD(mysqlnd_object_factory, get_connection)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_fa… in MYSQLND_METHOD() argument
283 MYSQLND_METHOD(mysqlnd_object_factory, get_connection),
H A Dmysqlnd_structs.h420 func_mysqlnd_object_factory__get_connection get_connection; in MYSQLND_CLASS_METHODS_TYPE() local
H A Dmysqlnd_connection.c2339 ret = factory->get_connection(factory, persistent);

Completed in 26 milliseconds