]> granicus.if.org Git - php/commitdiff
MFH: fix test
authorJani Taskinen <jani@php.net>
Tue, 15 Jul 2008 01:57:37 +0000 (01:57 +0000)
committerJani Taskinen <jani@php.net>
Tue, 15 Jul 2008 01:57:37 +0000 (01:57 +0000)
tests/security/open_basedir_error_log.phpt

index d4406505a97f35f5d5e1680a601ad7ff20a6bebf..581dd3f57e4e2aafa0b0a1b91b2d67ee6c3b6132 100644 (file)
@@ -2,6 +2,7 @@
 Test open_basedir configuration
 --INI--
 open_basedir=.
+error_log=
 --FILE--
 <?php
 require_once "open_basedir.inc";
@@ -37,7 +38,7 @@ bool(false)
 
 Warning: ini_set(): open_basedir restriction in effect. File(%s/bad.txt) is not within the allowed path(s): (.) in %s on line %d
 bool(false)
-bool(false)
+string(0) ""
 string(%d) "%s/test/ok/ok.txt"
 *** Finished testing open_basedir configuration [error_log] ***