From: Dmitry Stogov Date: Wed, 6 Jul 2005 07:28:41 +0000 (+0000) Subject: Fixed test to support 64-bit platforms X-Git-Tag: php-5.0.5RC1~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02dee4ae0f1a713531c32ec1d9d01f2e8f23357d;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