Skip to content

Commit 7415dc4

Browse files
committedApr 11, 2025··
Fix sxe test
1 parent a019fbd commit 7415dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎ext/simplexml/tests/gh18304.phpt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ $field = 'abc';
1111
$sxe->$field .= 'hello';
1212
var_dump($sxe->$field);
1313
?>
14-
--EXPECT--
15-
object(SimpleXMLElement)#3 (1) {
14+
--EXPECTF--
15+
object(SimpleXMLElement)#%d (1) {
1616
[0]=>
1717
string(5) "hello"
1818
}

0 commit comments

Comments
 (0)
Please sign in to comment.