Test: /tests/security/open_basedir_unlink.phpt - Version 7.0.0RC1    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Warning: require_once(): open_basedir restriction in effect. File(/Users/5up3rc/desktop/php-7.0.0RC1/tests/security/open_basedir.inc) is not within the allowed path(s): (.) in %s/open_basedir_unlink.php on line 2
002+
003+ Warning: require_once(/Users/5up3rc/desktop/php-7.0.0RC1/tests/security/open_basedir.inc): failed to open stream: Operation not permitted in %s/open_basedir_unlink.php on line 2
001- *** Testing open_basedir configuration [unlink] ***
002- bool(true)
003- bool(true)
004- bool(true)
005- bool(true)
006- bool(true)
005+ Fatal error: require_once(): Failed opening required 'open_basedir.inc' (include_path='.:') in %s/open_basedir_unlink.php on line 2
008- Warning: unlink(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
009- bool(false)
010-
011- Warning: unlink(): open_basedir restriction in effect. File(.././bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
012- bool(false)
013-
014- Warning: unlink(): open_basedir restriction in effect. File(../bad/../bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
015- bool(false)
016-
017- Warning: unlink(): open_basedir restriction in effect. File(./.././bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
018- bool(false)
019-
020- Warning: unlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the allowed path(s): (.) in %s on line %d
021- bool(false)
022- *** Finished testing open_basedir configuration [unlink] ***