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:
@@ -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,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,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
|
||||
|
||||
Reference in New Issue
Block a user