mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fixed test
This commit is contained in:
commit
6b637ac589
@ -13,3 +13,5 @@ $name = "foo";
|
||||
var_dump($obj->$name ?? 12);
|
||||
?>
|
||||
--EXPECT--
|
||||
int(24)
|
||||
int(42)
|
||||
|
Loading…
Reference in New Issue
Block a user