File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ static zend_never_inline ZEND_COLD bool zend_wrong_assign_to_variable_reference(
583
583
return 1 ;
584
584
}
585
585
586
- ZEND_API ZEND_COLD void zend_cannot_pass_by_reference (uint32_t arg_num )
586
+ ZEND_API ZEND_COLD void ZEND_FASTCALL zend_cannot_pass_by_reference (uint32_t arg_num )
587
587
{
588
588
const zend_execute_data * execute_data = EG (current_execute_data );
589
589
zend_string * func_name = get_function_or_method_name (EX (call )-> func );
Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ ZEND_API zend_string *zend_get_executed_filename_ex(void);
318
318
ZEND_API uint32_t zend_get_executed_lineno (void );
319
319
ZEND_API zend_class_entry * zend_get_executed_scope (void );
320
320
ZEND_API zend_bool zend_is_executing (void );
321
- ZEND_API ZEND_COLD void zend_cannot_pass_by_reference (uint32_t arg_num );
321
+ ZEND_API ZEND_COLD void ZEND_FASTCALL zend_cannot_pass_by_reference (uint32_t arg_num );
322
322
323
323
ZEND_API void zend_set_timeout (zend_long seconds , bool reset_signals );
324
324
ZEND_API void zend_unset_timeout (void );
You can’t perform that action at this time.
0 commit comments