Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt23 function get_connection() {
32 $mysqli1 = get_connection();
33 $mysqli2 = get_connection();
63 $mysqli1 = get_connection();
64 $mysqli2 = get_connection();
93 $mysqli1 = get_connection();
94 $mysqli2 = get_connection();
124 $mysqli1 = get_connection();
125 $mysqli2 = get_connection();
166 $mysqli1 = get_connection();
[all …]
H A Dmysqli_poll.phpt16 function get_connection() {
24 if (!$link = get_connection())
44 $read[0] = get_connection();
84 $link = get_connection();
91 $link = get_connection();
100 $link = get_connection();
108 $link = get_connection();
109 $links = array($link, get_connection());
115 $link = get_connection();
H A Dmysqli_reap_async_query.phpt16 function get_connection() {
24 if (!$link = get_connection())
61 $link = get_connection();
69 $link = get_connection();
H A Dgh9590.phpt32 function get_connection() {
41 $mysqli1 = get_connection();
42 $mysqli2 = get_connection();
H A Dmysqli_poll_kill.phpt16 function get_connection() {
26 $link = get_connection();
33 mysqli_kill(get_connection(), $thread_id);
82 $link = get_connection();
88 mysqli_kill(get_connection(), $thread_id);
144 $link = get_connection();
146 mysqli_kill(get_connection(), $thread_id);
H A Dmysqli_poll_mixing_insert_select.phpt16 function get_connection() {
40 $link = get_connection();
52 $link = get_connection();
150 $link = get_connection();
/PHP-8.0/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
313 MYSQLND_METHOD(mysqlnd_object_factory, get_connection),
H A Dmysqlnd_structs.h432 func_mysqlnd_object_factory__get_connection get_connection; in MYSQLND_CLASS_METHODS_TYPE() local
H A Dmysqlnd_connection.c2709 ret = factory->get_connection(factory, persistent);

Completed in 28 milliseconds