Searched refs:mysqli_ping (Results 1 – 11 of 11) sorted by relevance
2 mysqli_ping()14 var_dump(mysqli_ping($link));16 // provoke an error to check if mysqli_ping resets it21 var_dump(mysqli_ping($link));28 mysqli_ping($link);
42 var_dump(mysqli_ping($mysql));63 var_dump(mysqli_ping($mysql));
2 Trying implicit reconnect after wait_timeout and KILL using mysqli_ping()70 if (true !== mysqli_ping($link))108 if (true !== ($tmp = mysqli_ping($link)))
2 Trying implicit reconnect after wait_timeout and KILL using mysqli_ping()68 if (false !== @mysqli_ping($link))115 if (false !== ($tmp = @mysqli_ping($link)))
16 var_dump(mysqli_ping($link));
55 printf("[006] mysqli_ping changes insert_id: %s", var_export($link->insert_id, true));
56 …// mysqli_ping() cannot be tested, because one would need to cause an error inside the C function …
45 …// mysqli_ping() cannot be tested, because one would need to cause an error inside the C function …
746 ZEND_FUNCTION(mysqli_ping);875 ZEND_FE(mysqli_ping, arginfo_mysqli_ping)968 ZEND_ME_MAPPING(ping, mysqli_ping, arginfo_class_mysqli_ping, ZEND_ACC_PUBLIC)
647 function mysqli_ping(mysqli $mysql): bool {} function
1743 PHP_FUNCTION(mysqli_ping) argument
Completed in 24 milliseconds