diff --git a/ext/simplexml/tests/gh18304.phpt b/ext/simplexml/tests/gh18304.phpt index b92690856e2..c6b0f76bd04 100644 --- a/ext/simplexml/tests/gh18304.phpt +++ b/ext/simplexml/tests/gh18304.phpt @@ -11,8 +11,8 @@ $field = 'abc'; $sxe->$field .= 'hello'; var_dump($sxe->$field); ?> ---EXPECT-- -object(SimpleXMLElement)#3 (1) { +--EXPECTF-- +object(SimpleXMLElement)#%d (1) { [0]=> string(5) "hello" }