mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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:
parent
e869186d17
commit
e4c52e603d
1 changed files with 7 additions and 7 deletions
|
@ -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"]=>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue