object_op_type 1078 Zend/zend_execute.c static zend_always_inline void zend_assign_to_object(zval *retval, zval *object, uint32_t object_op_type, zval *property_name, uint32_t property_op_type, int value_type, znode_op value_op, const zend_execute_data *execute_data, void **cache_slot) object_op_type 1084 Zend/zend_execute.c if (object_op_type != IS_UNUSED && UNEXPECTED(Z_TYPE_P(object) != IS_OBJECT)) { object_op_type 1086 Zend/zend_execute.c if (object_op_type == IS_VAR && UNEXPECTED(object == &EG(error_zval))) {