diff options
| author | Anatoliy Belsky <ab@php.net> | 2012-05-24 12:04:38 +0200 |
|---|---|---|
| committer | Anatoliy Belsky <ab@php.net> | 2012-05-24 12:04:38 +0200 |
| commit | b5511dcfd756628430dc447127d0d90a09e36dfc (patch) | |
| tree | 155767591829e096d4acfd0a12f464b90cf55973 /ext | |
| parent | e8009e2dcab8669689ba23315a9fdddbe04c36eb (diff) | |
| download | php-git-b5511dcfd756628430dc447127d0d90a09e36dfc.tar.gz | |
Fix bug #62137 ext\phar\tests\fatal_error_webphar.phpt fails
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/phar/tests/fatal_error_webphar.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/fatal_error_webphar.phpt b/ext/phar/tests/fatal_error_webphar.phpt index 3153c344e0..dd6e0961a9 100644 --- a/ext/phar/tests/fatal_error_webphar.phpt +++ b/ext/phar/tests/fatal_error_webphar.phpt @@ -15,4 +15,4 @@ Content-type: text/html; charset=UTF-8 --EXPECTF-- string(9) "\Web\View" -Parse error: syntax error, unexpected %s, expecting %s in phar:///%sfatal_error_webphar.php/Web/View.php on line 380 +Parse error: syntax error, unexpected %s, expecting %s in phar://%r([A-Za-z]:)?%r/%sfatal_error_webphar.php/Web/View.php on line 380 |
