Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118711 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 29459 invoked from network); 30 Sep 2022 02:31:10 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Sep 2022 02:31:10 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D4765180539 for ; Thu, 29 Sep 2022 19:31:09 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-vs1-f44.google.com (mail-vs1-f44.google.com [209.85.217.44]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 29 Sep 2022 19:31:09 -0700 (PDT) Received: by mail-vs1-f44.google.com with SMTP id a129so3505517vsc.0 for ; Thu, 29 Sep 2022 19:31:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=zGzCS748+yZQUaIOpnHItsmzy5lDq8GU2N1CBrFaLUM=; b=ISbtpV2m1gmxoCCbL8Xq+3pJz/gguEhcS4mFyxsCK+OUUjkySnyBSfdKnl4ZLy3LtE IykONfbgdT0M/kKCGNo7u02ZDmQ7mldePydf+cB3YsoOfd9f8PfuQ/VQ7rrSnzkdjOlF N3WXT1h6sQ/YWW/jFhkgHcBNN7pK5gfQmmpTdMrHxgj6bFmK025zQJ9lhZ3FRvihXl1V seiD4iIdiaPijCwzoARPlCBpPUtqN11K6AizUk+J8v3ZA+ByUup2+i2nHOUi0/0KRxMB rBnyY8nBQ0NWwN0i8xAyIk17kUtK7B9Xm7GANGMTmeIZC1fqD/kikbecP9lQm5GFO1DE kXHw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=zGzCS748+yZQUaIOpnHItsmzy5lDq8GU2N1CBrFaLUM=; b=lLxB+9M+6IPj9SGnMsN4vrtXU4h1pVWYo+G80KdpW0KGESpGkip3wFH6Ig2vB1BMvf p/rgUUYHMvIkyfvib8MZd078/GVqKIkHNvsYJ3I/KNIc1wFwPVmRDXxPAAtoxDVJmZjD mRGkP+t76KWoGy4/v8SOiJIkw15BaYBo5SasfwkT5DxK/n4bpzN2RG9eWfzSrkBB3VXS DeNSnSfFYb1PMELp0RuYRcJOKP4VjNJ1Z8UIR77nF9XbnVpgNiu2715Wj67+z4Ln/1M8 Vi7qoVnFcAFQZBUc9IR8aIPZSZ7XawcHG0IW1zSe/LRiLCorINvCpeWgEmJ2dkd3dmfw BM9g== X-Gm-Message-State: ACrzQf2yBqtn3ijkOAVNDd0EUsLU/k30APNvvI7SkLP1SMEsxPRQgses 0PJqicKetv5Ce9AY+40cjUel0NO1naGWUDKfmcI= X-Google-Smtp-Source: AMsMyM7GtlObEAXh6OygOvOgJ89mwKI+dcrfAlvLBv4C4extnAaYpxsO3O8VnhjtiW/jSRbeeRy/XPp79VvnxxrNImI= X-Received: by 2002:a67:e8c9:0:b0:3a5:e83e:7671 with SMTP id y9-20020a67e8c9000000b003a5e83e7671mr3466133vsn.13.1664505068777; Thu, 29 Sep 2022 19:31:08 -0700 (PDT) MIME-Version: 1.0 References: <67365E50-D383-4B5F-B8E9-95AC2E136223@getmailspring.com> In-Reply-To: Date: Thu, 29 Sep 2022 23:30:57 -0300 Message-ID: To: Jordan LeDoux Cc: Mohammad Amin Chitgarha , "internals@lists.php.net" Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Specify abstract parent methods for traits From: dev.juan.morales@gmail.com (juan carlos morales) I am also confused about this. Are you trying to generate multiple inheritance with this? If not ... can you provide code examples of the problem and a a hypothetical code of the solution you propose to that problem? Thanks