Searched refs:prop_was_lazy (Results 1 – 1 of 1) sorted by relevance
6009 bool prop_was_lazy = Z_PROP_FLAG_P(var_ptr) & IS_PROP_LAZY; in ZEND_METHOD() local6017 if (EG(exception) && prop_was_lazy && Z_TYPE_P(var_ptr) == IS_UNDEF in ZEND_METHOD()6024 if (prop_was_lazy && !(Z_PROP_FLAG_P(var_ptr) & IS_PROP_LAZY) in ZEND_METHOD()6051 bool prop_was_lazy = (Z_PROP_FLAG_P(OBJ_PROP(object, ref->prop->offset)) & IS_PROP_LAZY); in ZEND_METHOD() local6066 if (prop_was_lazy && zend_object_is_lazy(object) in ZEND_METHOD()
Completed in 25 milliseconds