1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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
This commit is contained in:
Máté Kocsis
2024-05-06 08:46:31 +02:00
parent e869186d17
commit e4c52e603d

View File

@@ -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"]=>