Home
last modified time | relevance | path

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

/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt24 function get_connection() {
33 $mysqli1 = get_connection();
34 $mysqli2 = get_connection();
64 $mysqli1 = get_connection();
65 $mysqli2 = get_connection();
94 $mysqli1 = get_connection();
95 $mysqli2 = get_connection();
125 $mysqli1 = get_connection();
126 $mysqli2 = get_connection();
167 $mysqli1 = get_connection();
[all …]
H A Dmysqli_poll.phpt17 function get_connection() {
25 if (!$link = get_connection())
96 $link = get_connection();
103 $link = get_connection();
112 $link = get_connection();
120 $link = get_connection();
121 $links = array($link, get_connection());
127 $link = get_connection();
H A Dmysqli_reap_async_query.phpt17 function get_connection() {
25 if (!$link = get_connection())
72 $link = get_connection();
80 $link = get_connection();
H A Dmysqli_poll_kill.phpt17 function get_connection() {
27 $link = get_connection();
34 mysqli_kill(get_connection(), $thread_id);
83 $link = get_connection();
89 mysqli_kill(get_connection(), $thread_id);
145 $link = get_connection();
147 mysqli_kill(get_connection(), $thread_id);
H A Dmysqli_poll_mixing_insert_select.phpt17 function get_connection() {
41 $link = get_connection();
53 $link = get_connection();
149 $link = get_connection();
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_driver.c116 MYSQLND_METHOD(mysqlnd_object_factory, get_connection)(zend_bool persistent TSRMLS_DC) in MYSQLND_METHOD() argument
307 MYSQLND_METHOD(mysqlnd_object_factory, get_connection),
H A Dmysqlnd_structs.h415 func_mysqlnd_object_factory__get_connection get_connection; member
H A Dmysqlnd.c3198 ret = MYSQLND_CLASS_METHOD_TABLE_NAME(mysqlnd_object_factory).get_connection(persistent TSRMLS_CC);

Completed in 31 milliseconds