We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fd08c commit 08447ebCopy full SHA for 08447eb
ext/opcache/tests/opt/dce_004.phpt
@@ -1,5 +1,5 @@
1
--TEST--
2
-DCE 004: Elimination of assignment to escaping arrays
+DCE 004: Elimination of assignment to non-escaping arrays
3
--INI--
4
opcache.enable=1
5
opcache.enable_cli=1
ext/opcache/tests/opt/dce_005.phpt
-DCE 005: Elimination of assignment to escaping objects (can't remove NEW yet)
+DCE 005: Elimination of assignment to non-escaping objects (can't remove NEW yet)
ext/opcache/tests/opt/dce_006.phpt
-DCE 006: Objects with destructors don't escape
+DCE 006: Objects with destructors escape
0 commit comments