Searched refs:MYSQLI_CLIENT_COMPRESS (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/mysqli/tests/ |
H A D | 001.phpt | 52 …(my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, MYSQLI_CLIENT_COMPRESS))
|
H A D | mysqli_real_connect_compression_error.phpt | 40 …y_mysqli_real_connect($mysqli, $host, $user, $passwd, $db, $port, $socket, MYSQLI_CLIENT_COMPRESS);
|
H A D | connect.inc | 51 …* Whenever possible, please use this wrapper to make testing of MYSQLI_CLIENT_COMPRESS (and potent… 71 …* Whenever possible, please use this wrapper to make testing of MYSQLI_CLIENT_COMPRESS (and potent…
|
H A D | mysqli_fetch_array_large.phpt | 20 /* we are aiming for maximum compression to test MYSQLI_CLIENT_COMPRESS */ 163 test_fetch($host, $user, $passwd, $db, $port, $socket, $engine, MYSQLI_CLIENT_COMPRESS);
|
H A D | mysqli_constants.phpt | 21 "MYSQLI_CLIENT_COMPRESS" => true,
|
/PHP-8.2/ext/mysqli/ |
H A D | mysqli.stub.php | 78 const MYSQLI_CLIENT_COMPRESS = UNKNOWN; define
|
Completed in 9 milliseconds