Searched refs:MYSQLI_CLIENT_COMPRESS (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/mysqli/tests/ |
H A D | connect.inc | 32 …* Whenever possible, please use this wrapper to make testing of MYSQLI_CLIENT_COMPRESS (and potent… 50 …* Whenever possible, please use this wrapper to make testing of MYSQLI_CLIENT_COMPRESS (and potent…
|
H A D | 001.phpt | 55 …(my_mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, MYSQLI_CLIENT_COMPRESS))
|
H A D | mysqli_real_connect_compression_error.phpt | 40 my_mysqli_real_connect($mysqli, $host, $user, $passwd, $db, $port, $socket, MYSQLI_CLIENT_COMPRESS);
|
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-src/ext/mysqli/tests/test_setup/ |
H A D | test_helpers.inc | 67 …* Whenever possible, please use this wrapper to make testing of MYSQLI_CLIENT_COMPRESS (and potent…
|
/php-src/ext/mysqli/ |
H A D | mysqli.stub.php | 78 const MYSQLI_CLIENT_COMPRESS = UNKNOWN; define
|
Completed in 16 milliseconds