Skip to content

Commit 2288cb1

Browse files
committed
Revert "add tests"
This reverts commit 8a8b376.
1 parent 8a8b376 commit 2288cb1

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

Zend/tests/http_response_header_deprecated_read.phpt

Lines changed: 0 additions & 16 deletions
This file was deleted.

Zend/zend_compile.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2971,6 +2971,7 @@ static zend_op *zend_compile_simple_var_no_cv(znode *result, const zend_ast *ast
29712971

29722972
opline->extended_value = ZEND_FETCH_GLOBAL;
29732973
} else {
2974+
// TODO: Have a test case for this?
29742975
if (name_node.op_type == IS_CONST
29752976
&& type == BP_VAR_R
29762977
&& zend_string_equals_literal(Z_STR(name_node.u.constant), "http_response_header")) {

0 commit comments

Comments
 (0)