mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix sxe test
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user