From a1ebd82a29c427455c7ec2938b892727cfada552 Mon Sep 17 00:00:00 2001 From: Lonny Kapelushnik Date: Sat, 29 Sep 2012 22:10:58 -0400 Subject: [PATCH] Fixed the test to use %d instead of an actual number --- ext/date/tests/DateTimeZone_verify.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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=== -- 2.40.0