Skip to content

Commit 399ef34

Browse files
committed
Rename some tests
1 parent bdb57c6 commit 399ef34

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Zend/Optimizer/block_pass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ static void zend_optimize_block(zend_basic_block *block, zend_op_array *op_array
990990
src = VAR_SOURCE(opline->op1);
991991
if (src &&
992992
src->opcode != ZEND_COPY_TMP &&
993-
/* See gh20628.phpt, breaks live-range calculation. */
993+
/* See gh20628_borked_live_range_calc.phpt. */
994994
src->opcode != ZEND_NEW &&
995995
src->opcode != ZEND_ADD_ARRAY_ELEMENT &&
996996
src->opcode != ZEND_ADD_ARRAY_UNPACK &&
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Foo {
99
}
1010

1111
public function test() {
12-
require __DIR__ . '/gh20628.inc';
12+
require __DIR__ . '/gh20628_004.inc';
1313
}
1414
}
1515

ext/opcache/tests/gh20628.phpt renamed to ext/opcache/tests/gh20628_borked_live_range_calc.phpt

File renamed without changes.

0 commit comments

Comments
 (0)