diff options
| author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-02-25 20:58:33 +0100 |
|---|---|---|
| committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-02-26 15:00:08 +0100 |
| commit | 960318ed95d17bd30c2896e2f3189ebffb965dce (patch) | |
| tree | 2890972c266dabe649a44b540869a49e41a3e450 /ext/phar/tests/create_path_error.phpt | |
| parent | c7094d892639fedffb67c273f8fd44f3ffff86d6 (diff) | |
| download | php-git-960318ed95d17bd30c2896e2f3189ebffb965dce.tar.gz | |
Change argument error message format
Closes GH-5211
Diffstat (limited to 'ext/phar/tests/create_path_error.phpt')
| -rw-r--r-- | ext/phar/tests/create_path_error.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/create_path_error.phpt b/ext/phar/tests/create_path_error.phpt index 458ec8b6f5..ce0b8a59a2 100644 --- a/ext/phar/tests/create_path_error.phpt +++ b/ext/phar/tests/create_path_error.phpt @@ -78,4 +78,4 @@ string(5) "query" 11:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contains illegal character 12:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contains illegal character 13:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contains illegal character -Exception: Phar::offsetSet() expects argument #1 ($entry) to be a valid path, string given +Exception: Phar::offsetSet(): Argument #1 ($entry) must be a valid path, string given |
