From e4c52e603d7580a2f224548731f020dc8e38e1cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Mon, 6 May 2024 08:46:31 +0200 Subject: [PATCH] One more EXPECTF-related change These cause test failures when we migrate resources to objects. But anyway, hardcoding the object IDs and the number of properties is hardly ever useful, so it's fine to get rid of them. Related to #14121 --- ext/soap/tests/any.phpt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ext/soap/tests/any.phpt b/ext/soap/tests/any.phpt index eeb18310806..5717ba085b7 100644 --- a/ext/soap/tests/any.phpt +++ b/ext/soap/tests/any.phpt @@ -53,14 +53,14 @@ $ret = $client->echoAnyElement( var_dump($g); var_dump($ret); ?> ---EXPECT-- -object(stdClass)#5 (1) { +--EXPECTF-- +object(stdClass)#%d (%d) { ["inputAny"]=> - object(stdClass)#6 (1) { + object(stdClass)#%d (%d) { ["any"]=> array(1) { ["SOAPComplexType"]=> - object(SOAPComplexType)#7 (3) { + object(SOAPComplexType)#%d (%d) { ["varString"]=> string(3) "arg" ["varInt"]=> @@ -71,13 +71,13 @@ object(stdClass)#5 (1) { } } } -object(stdClass)#8 (1) { +object(stdClass)#%d (%d) { ["return"]=> - object(stdClass)#9 (1) { + object(stdClass)#%d (%d) { ["any"]=> array(1) { ["SOAPComplexType"]=> - object(SOAPComplexType)#10 (3) { + object(SOAPComplexType)#%d (%d) { ["varString"]=> string(3) "arg" ["varInt"]=>