mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
This commit is contained in:
@@ -552,8 +552,8 @@ class my_mysqli_fake_server_conn
|
||||
|
||||
public function read($bytes_len = 1024)
|
||||
{
|
||||
// wait 10ms to fill the buffer
|
||||
usleep(10000);
|
||||
// wait 20ms to fill the buffer
|
||||
usleep(20000);
|
||||
$data = fread($this->conn, $bytes_len);
|
||||
if ($data) {
|
||||
fprintf(STDERR, "[*] Received: %s\n", bin2hex($data));
|
||||
|
||||
Reference in New Issue
Block a user