Browse Source

Fixed test

pull/2881/head
Xinchen Hui 9 years ago
parent
commit
eaeccc1d99
  1. 2
      Zend/tests/bug75420.phpt

2
Zend/tests/bug75420.phpt

@ -13,3 +13,5 @@ $name = "foo";
var_dump($obj->$name ?? 12);
?>
--EXPECT--
int(24)
int(42)
Loading…
Cancel
Save