From b5511dcfd756628430dc447127d0d90a09e36dfc Mon Sep 17 00:00:00 2001 From: Anatoliy Belsky Date: Thu, 24 May 2012 12:04:38 +0200 Subject: [PATCH] Fix bug #62137 ext\phar\tests\fatal_error_webphar.phpt fails --- ext/phar/tests/fatal_error_webphar.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0