--TEST-- PDO_Firebird: Bug #76488 Memory leak when fetching a BLOB field --EXTENSIONS-- pdo_firebird --SKIPIF-- --ENV-- LSAN_OPTIONS=detect_leaks=0 --FILE-- prepare($sql); $sth->execute(); $rows = $sth->fetchAll(); unset($rows); unset($sth); } unset($dbh); echo "OK"; ?> --EXPECT-- OK