From 3283b811eb58a15e3c2bb9a27acaaa8059e0bccf Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 27 Apr 2010 08:23:25 +0000 Subject: - Unifiy that message - Mention php.ini --- ext/phar/tests/zip/open_for_write_newfile_c.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/phar/tests/zip/open_for_write_newfile_c.phpt') 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'; --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 -- cgit v1.2.1