Commit:    b5511dcfd756628430dc447127d0d90a09e36dfc
Author:    Anatoliy Belsky <a...@php.net>         Thu, 24 May 2012 12:04:38 
+0200
Parents:   e8009e2dcab8669689ba23315a9fdddbe04c36eb
Branches:  PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=b5511dcfd756628430dc447127d0d90a09e36dfc

Log:
Fix bug #62137 ext\phar\tests\fatal_error_webphar.phpt fails

Bugs:
https://bugs.php.net/62137

Changed paths:
  M  ext/phar/tests/fatal_error_webphar.phpt


Diff:
diff --git a/ext/phar/tests/fatal_error_webphar.phpt 
b/ext/phar/tests/fatal_error_webphar.phpt
index 3153c34..dd6e096 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to