Skip to content

Commit eaeccc1

Browse files
committed
Fixed test
1 parent d204750 commit eaeccc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/tests/bug75420.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ $name = "foo";
1313
var_dump($obj->$name ?? 12);
1414
?>
1515
--EXPECT--
16+
int(24)
17+
int(42)

0 commit comments

Comments
 (0)