summaryrefslogtreecommitdiff
path: root/ext/phar/tests/zip/open_for_write_existing_c.phpt
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2010-04-25 18:55:06 +0000
committerHannes Magnusson <bjori@php.net>2010-04-25 18:55:06 +0000
commit267b5cea147b9b78d56de5dfcb20ed3b9dad0f03 (patch)
treec5250de9a4246b9fb2cc3a9b62c75cb68a0c2155 /ext/phar/tests/zip/open_for_write_existing_c.phpt
parenteb88d58e6ccc9707a346c6ca7512a779c281f0bd (diff)
downloadphp-git-267b5cea147b9b78d56de5dfcb20ed3b9dad0f03.tar.gz
mention which setting!
Diffstat (limited to 'ext/phar/tests/zip/open_for_write_existing_c.phpt')
-rwxr-xr-xext/phar/tests/zip/open_for_write_existing_c.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/zip/open_for_write_existing_c.phpt b/ext/phar/tests/zip/open_for_write_existing_c.phpt
index 1d4e8f345f..6a0fd52760 100755
--- a/ext/phar/tests/zip/open_for_write_existing_c.phpt
+++ b/ext/phar/tests/zip/open_for_write_existing_c.phpt
@@ -40,7 +40,7 @@ include $alias . '/b/c.php';
<?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip'); ?>
--EXPECTF--
-Warning: fopen(phar://%sopen_for_write_existing_c.phar.zip/b/c.php): failed to open stream: phar error: write operations disabled by INI setting in %sopen_for_write_existing_c.php on line %d
+Warning: fopen(phar://%sopen_for_write_existing_c.phar.zip/b/c.php): failed to open stream: phar error: write operations disabled by ini setting (phar.readonly) in %sopen_for_write_existing_c.php on line %d
Warning: fwrite() expects parameter 1 to be resource, boolean given in %spen_for_write_existing_c.php on line %d