I have a piece of code like this:
$conn = new mysqli($host, $username, $passwd, $dbname); ... $stmt = $conn->prepare(\'SELECT ...\'); $stmt->bind_par
FWIW, this was a bug in PHP (https://bugs.php.net/bug.php?id=67348&edit=1), which should be fixed for PHP 7.4: https://github.com/php/php-src/commit/579562176b71820ad49d43b2c841642fef12fe57