Home
last modified time | relevance | path

Searched refs:reconnect (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/oci8/tests/
H A Dtestping.phpt2 Exercise OCIPing functionality on reconnect (code coverage test)
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_no_reconnect.phpt2 Trying implicit reconnect after wait_timeout and KILL using mysqli_ping()
H A Dmysqli_get_client_stats.phpt1052 ["reconnect"]=>
/PHP-8.3/ext/pdo_mysql/
H A Dmysql_driver.c799 zend_long reconnect = 1; local
800 mysql_options(H->server, MYSQL_OPT_RECONNECT, (const char*)&reconnect);
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_connection.c567 bool reconnect = FALSE; local
587 reconnect = TRUE;
716 if (reconnect) {

Completed in 26 milliseconds