From: Dmitry Stogov Date: Wed, 6 Jul 2005 07:28:25 +0000 (+0000) Subject: Fixed test to support 64-bit platforms X-Git-Tag: php-5.1.0b3~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f52d756fddd8846a207f1b3f33fc69c1697b0cd;p=php Fixed test to support 64-bit platforms --- diff --git a/ext/soap/tests/schema/schema063.phpt b/ext/soap/tests/schema/schema063.phpt index 4c88b5e036..dd60422a27 100644 --- a/ext/soap/tests/schema/schema063.phpt +++ b/ext/soap/tests/schema/schema063.phpt @@ -9,8 +9,8 @@ $schema = ''; test_schema($schema,'type="xsd:unsignedLong"',0xffffffff); echo "ok"; ?> ---EXPECT-- +--EXPECTF-- 4294967295 -float(4294967295) +%s(4294967295) ok