]> granicus.if.org Git - php/commit
Don't explicitly set return value on ZPP failure
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 12 Aug 2019 08:01:30 +0000 (10:01 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 12 Aug 2019 08:02:45 +0000 (10:02 +0200)
commit193dcec529b86dcaed7e81ef79d8b837d9a7cea7
treea620733c6fde6651921d9b24aae39ebaf0ec0b2c
parent4b6363d100c93a94d11f43c5988f075c74bb10d3
Don't explicitly set return value on ZPP failure

Failing ZPP throws as of PHP 8.0.0, so explicitly setting a return
value is useless, and also slightly confusing.
ext/com_dotnet/com_com.c