Skip to content

Commit 08447eb

Browse files
committed
Fixed tests titels
1 parent f1fd08c commit 08447eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ext/opcache/tests/opt/dce_004.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
DCE 004: Elimination of assignment to escaping arrays
2+
DCE 004: Elimination of assignment to non-escaping arrays
33
--INI--
44
opcache.enable=1
55
opcache.enable_cli=1

ext/opcache/tests/opt/dce_005.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
DCE 005: Elimination of assignment to escaping objects (can't remove NEW yet)
2+
DCE 005: Elimination of assignment to non-escaping objects (can't remove NEW yet)
33
--INI--
44
opcache.enable=1
55
opcache.enable_cli=1

ext/opcache/tests/opt/dce_006.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
DCE 006: Objects with destructors don't escape
2+
DCE 006: Objects with destructors escape
33
--INI--
44
opcache.enable=1
55
opcache.enable_cli=1

0 commit comments

Comments
 (0)