Home
last modified time | relevance | path

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

/php-src/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 Dgh9590.phpt27 function get_connection() {
36 $mysqli1 = get_connection();
37 $mysqli2 = get_connection();
H A Dmysqli_reap_async_query.phpt13 function get_connection() {
54 $link = get_connection();
62 $link = get_connection();
H A Dmysqli_poll_kill.phpt13 function get_connection() {
23 $link = get_connection();
30 get_connection()->query('KILL '.$thread_id);
79 $link = get_connection();
85 get_connection()->query('KILL '.$thread_id);
141 $link = get_connection();
143 get_connection()->query('KILL '.$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-src/ext/mysqlnd/
H A Dmysqlnd_driver.c102 MYSQLND_METHOD(mysqlnd_object_factory, get_connection)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_fa… in MYSQLND_METHOD() argument
287 MYSQLND_METHOD(mysqlnd_object_factory, get_connection),
H A Dmysqlnd_structs.h421 func_mysqlnd_object_factory__get_connection get_connection; in MYSQLND_CLASS_METHODS_TYPE() local
H A Dmysqlnd_connection.c2317 ret = factory->get_connection(factory, persistent);

Completed in 25 milliseconds