--TEST-- PDO_sqlite: PDO->__construct() - URI --EXTENSIONS-- pdo_sqlite --FILE-- getMessage(), PHP_EOL; } clearstatcache(); var_dump(file_exists($dbFile)); ?> --CLEAN-- --EXPECTF-- bool(false) Deprecated: Looking up the DSN from a URI is deprecated due to possible security concerns with DSNs coming from remote URIs in %s on line %d bool(true) bool(false) ErrorException: Looking up the DSN from a URI is deprecated due to possible security concerns with DSNs coming from remote URIs bool(false)