From: Lonny Kapelushnik Date: Sun, 30 Sep 2012 02:10:58 +0000 (-0400) Subject: Fixed the test to use %d instead of an actual number X-Git-Tag: php-5.5.0beta3~8^2~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1ebd82a29c427455c7ec2938b892727cfada552;p=php Fixed the test to use %d instead of an actual number --- diff --git a/ext/date/tests/DateTimeZone_verify.phpt b/ext/date/tests/DateTimeZone_verify.phpt index 1304000cc4..241d91e665 100644 --- a/ext/date/tests/DateTimeZone_verify.phpt +++ b/ext/date/tests/DateTimeZone_verify.phpt @@ -35,14 +35,14 @@ array(9) { string(12) "DateTimeZone" } [1]=> - &object(ReflectionMethod)#3 (2) { + &object(ReflectionMethod)#%d (2) { ["name"]=> string(8) "__wakeup" ["class"]=> string(12) "DateTimeZone" } [2]=> - &object(ReflectionMethod)#4 (2) { + &object(ReflectionMethod)#%d (2) { ["name"]=> string(11) "__set_state" ["class"]=> @@ -122,4 +122,4 @@ array(14) { ["PER_COUNTRY"]=> int(4096) } -===DONE=== \ No newline at end of file +===DONE===