mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +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';
|
||||
var_dump($sxe->$field);
|
||||
?>
|
||||
--EXPECT--
|
||||
object(SimpleXMLElement)#3 (1) {
|
||||
--EXPECTF--
|
||||
object(SimpleXMLElement)#%d (1) {
|
||||
[0]=>
|
||||
string(5) "hello"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue