From 02dee4ae0f1a713531c32ec1d9d01f2e8f23357d Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 6 Jul 2005 07:28:41 +0000 Subject: [PATCH] Fixed test to support 64-bit platforms --- ext/soap/tests/schema/schema063.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1