### Description The following code: ```php <?php @unlink("foo"); dba_open("foo", "c-", "flatfile"); ``` Resulted in a segfault. ### PHP Version PHP-8.0+ ### Operating System Windows