sixd Thu, 01 Sep 2011 19:27:14 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316009
Log:
Unmatched %s was still diffing on Linux. Now it matches the whitespace at a
minimum
Changed paths:
U php/php-src/branches/PHP_5_4/tests/lang/bug21820.phpt
U php/php-src/trunk/tests/lang/bug21820.phpt
Modified: php/php-src/branches/PHP_5_4/tests/lang/bug21820.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/tests/lang/bug21820.phpt 2011-09-01
19:20:13 UTC (rev 316008)
+++ php/php-src/branches/PHP_5_4/tests/lang/bug21820.phpt 2011-09-01
19:27:14 UTC (rev 316009)
@@ -10,4 +10,4 @@
?>
--EXPECTF--
-Parse error: %s error, %s(T_STRING)%s(T_VARIABLE)%s(T_NUM_STRING)%s in
%sbug21820.php on line %d
+Parse error: %s error, %s(T_STRING)%s(T_VARIABLE)%s(T_NUM_STRING)%sin
%sbug21820.php on line %d
Modified: php/php-src/trunk/tests/lang/bug21820.phpt
===================================================================
--- php/php-src/trunk/tests/lang/bug21820.phpt 2011-09-01 19:20:13 UTC (rev
316008)
+++ php/php-src/trunk/tests/lang/bug21820.phpt 2011-09-01 19:27:14 UTC (rev
316009)
@@ -10,4 +10,4 @@
?>
--EXPECTF--
-Parse error: %s error, %s(T_STRING)%s(T_VARIABLE)%s(T_NUM_STRING)%s in
%sbug21820.php on line %d
+Parse error: %s error, %s(T_STRING)%s(T_VARIABLE)%s(T_NUM_STRING)%sin
%sbug21820.php on line %d
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php