Searched refs:mysqli_ping (Results 1 – 11 of 11) sorted by relevance
2 mysqli_ping()15 var_dump(mysqli_ping($link));17 // provoke an error to check if mysqli_ping resets it22 var_dump(mysqli_ping($link));29 mysqli_ping($link);
43 var_dump(mysqli_ping($mysql));64 var_dump(mysqli_ping($mysql));
2 Trying implicit reconnect after wait_timeout and KILL using mysqli_ping()71 if (true !== mysqli_ping($link))109 if (true !== ($tmp = mysqli_ping($link)))
2 Trying implicit reconnect after wait_timeout and KILL using mysqli_ping()69 if (false !== @mysqli_ping($link))116 if (false !== ($tmp = @mysqli_ping($link)))
17 var_dump(mysqli_ping($link));
56 printf("[006] mysqli_ping changes insert_id: %s", var_export($link->insert_id, true));
57 …// mysqli_ping() cannot be tested, because one would need to cause an error inside the C function …
46 …// mysqli_ping() cannot be tested, because one would need to cause an error inside the C function …
783 ZEND_FUNCTION(mysqli_ping);910 ZEND_FE(mysqli_ping, arginfo_mysqli_ping)1001 ZEND_ME_MAPPING(ping, mysqli_ping, arginfo_class_mysqli_ping, ZEND_ACC_PUBLIC)
929 function mysqli_ping(mysqli $mysql): bool {} function
1794 PHP_FUNCTION(mysqli_ping) argument
Completed in 21 milliseconds