Home
last modified time | relevance | path

Searched refs:mysqli_ping (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/mysqli/tests/
H A Dmysqli_ping.phpt2 mysqli_ping()
18 var_dump(mysqli_ping($link));
20 // provoke an error to check if mysqli_ping resets it
25 var_dump(mysqli_ping($link));
32 mysqli_ping($link);
41 Deprecated: Function mysqli_ping() is deprecated since 8.4, because the reconnect feature has been …
44 Deprecated: Function mysqli_ping() is deprecated since 8.4, because the reconnect feature has been …
47 Deprecated: Function mysqli_ping() is deprecated since 8.4, because the reconnect feature has been …
H A Dmysqli_no_reconnect.phpt2 Trying implicit reconnect after wait_timeout and KILL using mysqli_ping()
67 if (false !== @mysqli_ping($link))
111 if (false !== ($tmp = @mysqli_ping($link)))
H A Dmysqli_insert_id_variation.phpt56 printf("[006] mysqli_ping changes insert_id: %s", var_export($link->insert_id, true));
/php-src/ext/mysqli/
H A Dmysqli.stub.php1517 function mysqli_ping(mysqli $mysql): bool {}
H A Dmysqli_api.c1240 PHP_FUNCTION(mysqli_ping) in PHP_FUNCTION() argument
H A Dmysqli_arginfo.h763 ZEND_FUNCTION(mysqli_ping);

Completed in 29 milliseconds