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 @@ -2500,7 +2500,7 @@ static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_use_new_element_for_s
2500
2500
}
2501
2501
2502
2502
#ifdef ZEND_CHECK_STACK_LIMIT
2503
- zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_call_stack_size_error (void )
2503
+ ZEND_API zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_call_stack_size_error (void )
2504
2504
{
2505
2505
size_t max_stack_size = 0 ;
2506
2506
if ((uintptr_t ) EG (stack_base ) > (uintptr_t ) EG (stack_limit )) {
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ ZEND_API ZEND_COLD void ZEND_FASTCALL zend_deprecated_class_constant(const zend_
66
66
ZEND_API ZEND_COLD void ZEND_FASTCALL zend_false_to_array_deprecated (void );
67
67
ZEND_COLD void ZEND_FASTCALL zend_param_must_be_ref (const zend_function * func , uint32_t arg_num );
68
68
ZEND_API ZEND_COLD void ZEND_FASTCALL zend_use_resource_as_offset (const zval * dim );
69
- zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_call_stack_size_error (void );
69
+ ZEND_API zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_call_stack_size_error (void );
70
70
71
71
ZEND_API bool ZEND_FASTCALL zend_verify_ref_assignable_zval (zend_reference * ref , zval * zv , bool strict );
72
72
You can’t perform that action at this time.
0 commit comments