diff options
| -rwxr-xr-x | main/streams.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/main/streams.c b/main/streams.c index 2827774213..9d63f2aa34 100755 --- a/main/streams.c +++ b/main/streams.c @@ -2553,7 +2553,7 @@ PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int optio  	}  	if (stream == NULL && (options & REPORT_ERRORS)) { -		display_wrapper_errors(wrapper, path, "failed to create stream" TSRMLS_CC); +		display_wrapper_errors(wrapper, path, "failed to open stream" TSRMLS_CC);  	}  	tidy_wrapper_error_log(wrapper TSRMLS_CC);  #if ZEND_DEBUG  | 
