mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: Fix sxe test
This commit is contained in:
commit
fd7ebd4d15
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ $field = 'abc';
|
||||||
$sxe->$field .= 'hello';
|
$sxe->$field .= 'hello';
|
||||||
var_dump($sxe->$field);
|
var_dump($sxe->$field);
|
||||||
?>
|
?>
|
||||||
--EXPECT--
|
--EXPECTF--
|
||||||
object(SimpleXMLElement)#3 (1) {
|
object(SimpleXMLElement)#%d (1) {
|
||||||
[0]=>
|
[0]=>
|
||||||
string(5) "hello"
|
string(5) "hello"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue