From: Nikita Popov Date: Sun, 18 Feb 2018 14:37:10 +0000 (+0100) Subject: Fix DCE test X-Git-Tag: php-7.3.0alpha1~366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=705dc3f04945fafbc5f5701aebb0c5aa4b5fee06;p=php Fix DCE test Without the type hint the previous optimization no longer applied, as the result could be an (overloaded) object, which might have caused dtor effect reordering. --- diff --git a/ext/opcache/tests/opt/dce_003.phpt b/ext/opcache/tests/opt/dce_003.phpt index ce453c0ca3..017f2c4040 100644 --- a/ext/opcache/tests/opt/dce_003.phpt +++ b/ext/opcache/tests/opt/dce_003.phpt @@ -9,7 +9,7 @@ opcache.opt_debug_level=0x20000 --FILE--