summaryrefslogtreecommitdiff
path: root/ext/phar/tests/zip/open_for_write_newfile_c.phpt
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2010-04-27 08:23:25 +0000
committerHannes Magnusson <bjori@php.net>2010-04-27 08:23:25 +0000
commit3283b811eb58a15e3c2bb9a27acaaa8059e0bccf (patch)
treee77a3176c9b934cff11e65ddc92ce4e891f7d0ef /ext/phar/tests/zip/open_for_write_newfile_c.phpt
parent257a192095ac70e4077f5cf2864fa605189e2e9e (diff)
downloadphp-git-3283b811eb58a15e3c2bb9a27acaaa8059e0bccf.tar.gz
- Unifiy that message
- Mention php.ini
Diffstat (limited to 'ext/phar/tests/zip/open_for_write_newfile_c.phpt')
-rwxr-xr-xext/phar/tests/zip/open_for_write_newfile_c.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/zip/open_for_write_newfile_c.phpt b/ext/phar/tests/zip/open_for_write_newfile_c.phpt
index 6cb32fb87e..ef580cb229 100755
--- a/ext/phar/tests/zip/open_for_write_newfile_c.phpt
+++ b/ext/phar/tests/zip/open_for_write_newfile_c.phpt
@@ -43,7 +43,7 @@ include $alias . '/b/new.php';
<?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
--EXPECTF--
-Warning: fopen(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): failed to open stream: phar error: write operations disabled by ini setting (phar.readonly) in %sopen_for_write_newfile_c.php on line %d
+Warning: fopen(phar://%sopen_for_write_newfile_c.phar.zip/b/new.php): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readonly in %sopen_for_write_newfile_c.php on line %d
Warning: fwrite() expects parameter 1 to be resource, boolean given in %sopen_for_write_newfile_c.php on line %d