mirror of
https://github.com/php/php-src.git
synced 2026-04-17 13:01:02 +02:00
typo
This commit is contained in:
@@ -293,7 +293,7 @@ static int is_escape_use(zend_op_array *op_array, zend_ssa *ssa, int use, int va
|
||||
switch (opline->opcode) {
|
||||
case ZEND_ASSIGN_DIM:
|
||||
case ZEND_ASSIGN_OBJ:
|
||||
if (OP1_INFO() & MAY_BE_OBJECT) {
|
||||
if (OP2_INFO() & MAY_BE_OBJECT) {
|
||||
/* object aliasing */
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user