mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
Merge branch 'PHP-7.2'
* PHP-7.2: Fixed test
This commit is contained in:
commit
d00c2279af
1 changed files with 2 additions and 0 deletions
|
@ -13,3 +13,5 @@ $name = "foo";
|
|||
var_dump($obj->$name ?? 12);
|
||||
?>
|
||||
--EXPECT--
|
||||
int(24)
|
||||
int(42)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue