@@ -4074,7 +4074,6 @@ ZEND_VM_HOT_HANDLER(129, ZEND_DO_ICALL, ANY, ANY, SPEC(RETVAL,OBSERVER))
4074
4074
}
4075
4075
#endif
4076
4076
ZEND_OBSERVER_FCALL_END (call , EG (exception ) ? NULL : ret );
4077
- ZEND_SIMPLE_INTERRUPT_CHECK (call );
4078
4077
4079
4078
EG (current_execute_data ) = execute_data ;
4080
4079
zend_vm_stack_free_args (call );
@@ -4198,7 +4197,6 @@ ZEND_VM_HOT_HANDLER(131, ZEND_DO_FCALL_BY_NAME, ANY, ANY, SPEC(RETVAL,OBSERVER))
4198
4197
}
4199
4198
#endif
4200
4199
ZEND_OBSERVER_FCALL_END (call , EG (exception ) ? NULL : ret );
4201
- ZEND_SIMPLE_INTERRUPT_CHECK (call );
4202
4200
4203
4201
EG (current_execute_data ) = execute_data ;
4204
4202
@@ -4320,7 +4318,6 @@ ZEND_VM_HOT_HANDLER(60, ZEND_DO_FCALL, ANY, ANY, SPEC(RETVAL,OBSERVER))
4320
4318
}
4321
4319
#endif
4322
4320
ZEND_OBSERVER_FCALL_END (call , EG (exception ) ? NULL : ret );
4323
- ZEND_SIMPLE_INTERRUPT_CHECK (call );
4324
4321
4325
4322
EG (current_execute_data ) = execute_data ;
4326
4323
@@ -4504,7 +4501,6 @@ ZEND_VM_INLINE_HANDLER(62, ZEND_RETURN, CONST|TMP|VAR|CV, ANY, SPEC(OBSERVER))
4504
4501
}
4505
4502
ZEND_OBSERVER_SAVE_OPLINE ();
4506
4503
ZEND_OBSERVER_FCALL_END (execute_data , return_value );
4507
- ZEND_SIMPLE_INTERRUPT_CHECK (execute_data );
4508
4504
ZEND_OBSERVER_FREE_RETVAL ();
4509
4505
ZEND_VM_DISPATCH_TO_HELPER (zend_leave_helper );
4510
4506
}
@@ -4571,7 +4567,6 @@ ZEND_VM_COLD_CONST_HANDLER(111, ZEND_RETURN_BY_REF, CONST|TMP|VAR|CV, ANY, SRC,
4571
4567
} while (0 );
4572
4568
4573
4569
ZEND_OBSERVER_FCALL_END (execute_data , return_value );
4574
- ZEND_SIMPLE_INTERRUPT_CHECK (execute_data );
4575
4570
ZEND_OBSERVER_FREE_RETVAL ();
4576
4571
ZEND_VM_DISPATCH_TO_HELPER (zend_leave_helper );
4577
4572
}
@@ -4691,7 +4686,6 @@ ZEND_VM_HANDLER(161, ZEND_GENERATOR_RETURN, CONST|TMP|VAR|CV, ANY, SPEC(OBSERVER
4691
4686
}
4692
4687
4693
4688
ZEND_OBSERVER_FCALL_END (generator -> execute_data , & generator -> retval );
4694
- ZEND_SIMPLE_INTERRUPT_CHECK (generator -> execute_data );
4695
4689
4696
4690
EG (current_execute_data ) = EX (prev_execute_data );
4697
4691
@@ -8986,7 +8980,6 @@ ZEND_VM_HANDLER(158, ZEND_CALL_TRAMPOLINE, ANY, ANY, SPEC(OBSERVER))
8986
8980
}
8987
8981
#endif
8988
8982
ZEND_OBSERVER_FCALL_END (call , EG (exception ) ? NULL : ret );
8989
- ZEND_SIMPLE_INTERRUPT_CHECK (call );
8990
8983
8991
8984
EG (current_execute_data ) = call -> prev_execute_data ;
8992
8985
0 commit comments