Searched refs:mysqli_kill (Results 1 – 10 of 10) sorted by relevance
/PHP-8.4/ext/mysqli/tests/ |
H A D | mysqli_kill.phpt | 2 mysqli_kill() 14 mysqli_kill($link, 0); 22 mysqli_kill($link, $thread_id); 42 mysqli_kill($link, -1); 59 mysqli_kill($link, -1); 74 Deprecated: Function mysqli_kill() is deprecated since 8.4, use KILL CONNECTION/QUERY SQL statement… 75 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 77 Deprecated: Function mysqli_kill() is deprecated since 8.4, use KILL CONNECTION/QUERY SQL statement… 129 Deprecated: Function mysqli_kill() is deprecated since 8.4, use KILL CONNECTION/QUERY SQL statement… 130 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 [all …]
|
H A D | mysqli_report.phpt | 39 mysqli_kill($link, -1); 69 mysqli_kill($link, -1); 101 mysqli_kill($link, mysqli_thread_id($link)); 113 // mysqli_kill($link, mysqli_thread_id($link)); 118 …/* mysqli_kill() "trick" does not work for any of the following because of an E_COMMANDS_OUT_OF_SY… 135 mysqli_kill($link, mysqli_thread_id($link)); 146 mysqli_kill($link, mysqli_thread_id($link)); 308 Deprecated: Function mysqli_kill() is deprecated since 8.4, use KILL CONNECTION/QUERY SQL statement… 309 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 327 Deprecated: Function mysqli_kill() is deprecated since 8.4, use KILL CONNECTION/QUERY SQL statement… [all …]
|
H A D | mysqli_report_wo_ps.phpt | 52 mysqli_kill($link, -1); 71 mysqli_kill($link, -1); 112 mysqli_kill(): Argument #2 ($process_id) must be greater than 0 115 mysqli_kill(): Argument #2 ($process_id) must be greater than 0
|
H A D | mysqli_insert_id_variation.phpt | 50 printf("[005] mysqli_kill changes insert_id: %s", var_export($link->insert_id, true));
|
H A D | mysqli_pconn_kill.phpt | 42 // Kill the persistent connection - don't use mysqli_kill, mysqlnd will catch that...
|
/PHP-8.4/ext/mysqli/ |
H A D | mysqli.stub.php | 1494 function mysqli_kill(mysqli $mysql, int $process_id): bool {}
|
H A D | mysqli_api.c | 1028 PHP_FUNCTION(mysqli_kill) in PHP_FUNCTION() argument
|
H A D | mysqli_arginfo.h | 756 ZEND_FUNCTION(mysqli_kill);
|
/PHP-8.4/ |
H A D | NEWS | 647 . The mysqli_kill() function and mysqli::kill() method are now deprecated.
|
H A D | UPGRADING | 535 . The mysqli_kill() function and mysqli::kill() method are now deprecated.
|
Completed in 44 milliseconds