Skip to content

Commit c631c6b

Browse files
committed
delete TODO message
1 parent ec52f5b commit c631c6b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Zend/zend_compile.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2971,7 +2971,6 @@ 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?
29752974
if (name_node.op_type == IS_CONST
29762975
&& type == BP_VAR_R
29772976
&& zend_string_equals_literal(Z_STR(name_node.u.constant), "http_response_header")) {

0 commit comments

Comments
 (0)