From eaeccc1d99458f17b535a8fb3ae7479f8d013d7f Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Thu, 26 Oct 2017 10:23:43 +0800 Subject: [PATCH] Fixed test --- Zend/tests/bug75420.phpt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Zend/tests/bug75420.phpt b/Zend/tests/bug75420.phpt index 890fbe5ad59..969a4a04178 100644 --- a/Zend/tests/bug75420.phpt +++ b/Zend/tests/bug75420.phpt @@ -13,3 +13,5 @@ $name = "foo"; var_dump($obj->$name ?? 12); ?> --EXPECT-- +int(24) +int(42)