mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Removed deprecated check
This commit is contained in:
parent
c51659ea8c
commit
ab367deef9
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue