Skip to content

Commit e911c06

Browse files
committed
Remove the zend_always_inline attribute
1 parent aa3f8ed commit e911c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_object_handlers.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ static zend_always_inline bool property_uses_strict_types(void) {
982982
&& ZEND_CALL_USES_STRICT_TYPES(EG(current_execute_data));
983983
}
984984

985-
static zend_always_inline zval *forward_write_to_lazy_object(zend_object *zobj,
985+
static zval *forward_write_to_lazy_object(zend_object *zobj,
986986
zend_string *name, zval *value, void **cache_slot, bool guarded)
987987
{
988988
zval *variable_ptr;

0 commit comments

Comments
 (0)