mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Removed deprecated check
This commit is contained in:
@@ -689,7 +689,6 @@ static void sccp_visit_instr(scdf_ctx *scdf, zend_op *opline, zend_ssa_op *ssa_o
|
||||
SET_RESULT(result, &zv);
|
||||
return;
|
||||
} else if (!(type & ((MAY_BE_ANY|MAY_BE_UNDEF) - expected_type))
|
||||
&& opline->extended_value != IS_OBJECT
|
||||
&& opline->extended_value != IS_RESOURCE) {
|
||||
ZVAL_TRUE(&zv);
|
||||
SET_RESULT(result, &zv);
|
||||
|
||||
Reference in New Issue
Block a user