1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

Fixed tests titels

This commit is contained in:
Dmitry Stogov
2017-08-29 12:31:38 +03:00
parent f1fd08c8f1
commit 08447ebc0f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
--TEST--
DCE 004: Elimination of assignment to escaping arrays
DCE 004: Elimination of assignment to non-escaping arrays
--INI--
opcache.enable=1
opcache.enable_cli=1
+1 -1
View File
@@ -1,5 +1,5 @@
--TEST--
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)
--INI--
opcache.enable=1
opcache.enable_cli=1
+1 -1
View File
@@ -1,5 +1,5 @@
--TEST--
DCE 006: Objects with destructors don't escape
DCE 006: Objects with destructors escape
--INI--
opcache.enable=1
opcache.enable_cli=1