mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +02:00
Merge branch 'PHP-7.4'
This commit is contained in:
commit
f15d89a5e4
1 changed files with 2 additions and 4 deletions
|
@ -19,14 +19,12 @@ $xml = simplexml_load_string($xml_str);
|
|||
$val = 1;
|
||||
|
||||
var_dump($val);
|
||||
$zml->pos["act_idx"] = $val;
|
||||
$xml->pos["act_idx"] = $val;
|
||||
var_dump($val);
|
||||
|
||||
?>
|
||||
===DONE===
|
||||
--EXPECTF--
|
||||
--EXPECT--
|
||||
int(1)
|
||||
|
||||
Warning: Creating default object from empty value in %sbug36611.php on line 17
|
||||
int(1)
|
||||
===DONE===
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue