--TEST-- Bug #41518 (file_exists() warns of open_basedir restriction on non-existent file) --SKIPIF-- --INI-- open_basedir=. --FILE-- --CLEAN-- --EXPECT-- bool(true) bool(false) Done