Commit:    488318591792944148468529ab6731068354167f
Author:    Alexander Moskaliov <ir...@irker.net>         Wed, 10 Apr 2013 
11:06:05 +0400
Parents:   a8dc4f0b18ea2fba0df6a627210beea0c5eda80f
Branches:  master

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

Log:
Remove semicolon

Changed paths:
  M  ext/date/tests/DateInterval_days_prop1.phpt


Diff:
diff --git a/ext/date/tests/DateInterval_days_prop1.phpt 
b/ext/date/tests/DateInterval_days_prop1.phpt
index 3907974..627b8f0 100644
--- a/ext/date/tests/DateInterval_days_prop1.phpt
+++ b/ext/date/tests/DateInterval_days_prop1.phpt
@@ -3,7 +3,7 @@ Wrong var_dump(DateInterval->days) value
 --FILE--
 <?php
 
-$interval = new DateInterval('P2Y4DT6H8M');;
+$interval = new DateInterval('P2Y4DT6H8M');
 
 var_dump($interval->days);
 --EXPECT--


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

Reply via email to