summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2009-08-04 10:22:18 +0000
committerAntony Dovgal <tony2001@php.net>2009-08-04 10:22:18 +0000
commit79e440aad1d2b56b6697f46e53bd46236314efaa (patch)
treee4e9ac4ec3c3b4123bb5d897da7913a61f9c65c3
parent6b8f06b9214fef3822563cee556d7dbadad778cd (diff)
downloadphp-git-79e440aad1d2b56b6697f46e53bd46236314efaa.tar.gz
fix test
-rw-r--r--tests/security/open_basedir_file.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/security/open_basedir_file.phpt b/tests/security/open_basedir_file.phpt
index ad222e894b..5219cd2629 100644
--- a/tests/security/open_basedir_file.phpt
+++ b/tests/security/open_basedir_file.phpt
@@ -70,19 +70,19 @@ Warning: file(%s/test/bad/../bad/bad.txt): failed to open stream: %s in %s on li
bool(false)
array(1) {
[0]=>
- string(12) "Hello World!"
+ unicode(12) "Hello World!"
}
array(1) {
[0]=>
- string(12) "Hello World!"
+ unicode(12) "Hello World!"
}
array(1) {
[0]=>
- string(12) "Hello World!"
+ unicode(12) "Hello World!"
}
array(1) {
[0]=>
- string(12) "Hello World!"
+ unicode(12) "Hello World!"
}
*** Finished testing open_basedir configuration [file] ***