--TEST-- Test open_basedir configuration --SKIPIF-- --INI-- open_basedir=. --FILE-- --CLEAN-- --EXPECTF-- *** Testing open_basedir configuration [mkdir] *** bool(true) bool(true) bool(true) bool(true) bool(true) Warning: mkdir(): open_basedir restriction in effect. File(../bad/blah) is not within the allowed path(s): (.) in %s on line %d bool(false) Warning: mkdir(): open_basedir restriction in effect. File(../blah) is not within the allowed path(s): (.) in %s on line %d bool(false) Warning: mkdir(): open_basedir restriction in effect. File(../bad/./blah) is not within the allowed path(s): (.) in %s on line %d bool(false) Warning: mkdir(): open_basedir restriction in effect. File(./.././blah) is not within the allowed path(s): (.) in %s on line %d bool(false) bool(true) bool(true) *** Finished testing open_basedir configuration [mkdir] ***