Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111090 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 83482 invoked from network); 21 Jul 2020 11:01:02 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 21 Jul 2020 11:01:02 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CB4241804F2 for ; Tue, 21 Jul 2020 02:55:07 -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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, T_SPF_TEMPERROR autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-ot1-f41.google.com (mail-ot1-f41.google.com [209.85.210.41]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 21 Jul 2020 02:55:07 -0700 (PDT) Received: by mail-ot1-f41.google.com with SMTP id 95so14615210otw.10 for ; Tue, 21 Jul 2020 02:55:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=EVCqvYYtpj5nAN2kJSJkuxd8ATHXAKm2/YcibuZbEhk=; b=rGVL3aKQiDD5c6d3z6b4/LzuYxyFotOVmZksHXErXkWYntTb+wTe4bpPKxJACOBjCt bB4QQWtbHWvDA4iKb+MRT4GGhzuMRd+HOPcvyuFbtLBkBmHnc7AuEQ/m4/WMlrN/EpwJ t9xLuA1ZsQDc3KLadt2oiakAMfSSAof5t/ep7ZPSsT+zTYCThmys2JBZE0zqY+8XhIS9 07RtfDzfpqkfVtRgdbYUEM/+VeMUvY20zhvu+rXU5UvSvnwrRcroJZh0t94pI+HZ2P8B eKBiQJz7V6Ea19vfwWf/5iZ8n+wvEGji3CytjSgbfwcFuBxWHXaZH5iSMT9sRDUiUvti EnUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=EVCqvYYtpj5nAN2kJSJkuxd8ATHXAKm2/YcibuZbEhk=; b=cK8lEQcqixPlGWjdK/zLOfDsYM6Trnxf2LQ02YDcq8V2PDm/5eOtgFITAp/sM95Z7u BndfQyVfTFM6kYLEZ+OyVJjj6cu8SLCc0EwxWouURrIEktDAyVew22fp08Te8ECREeLC O3zHGesdDCA2fJlEuxJWju5xHxSLJvFxFKhy++7uOanKpUMg2OGUA4VlSZS8BuanHYhu hS2v0c/RlUTVn/bAbflXaMBF7NeE1+7HasoGXEHA2opSvySHd+nqX/XR+QwhINrtq+Si vESvnoxKPjWpNUL8YHXayXpCplrTqY1vnrAN7aNV2XcFiDgTkYsmYSwlBAih3aaW/ucX YH+w== X-Gm-Message-State: AOAM532J8GtmTQ/SkWvupEcObjuUyvXKla8lJYhWXSbqhdMvX4wFR2Oh rpATvYAFRWCkYSVnVarwfPowq7XqEfcK//tBtRk= X-Google-Smtp-Source: ABdhPJwIeOkQGyvHCEKIdXvAkAXL3inFHC3FfKEQ5jsEaBYOdpCHKI0xVwvNT2SzObIrdeKEOi7xAewe1KwcS5dKFME= X-Received: by 2002:a05:6830:1e3a:: with SMTP id t26mr24466263otr.258.1595325306670; Tue, 21 Jul 2020 02:55:06 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 21 Jul 2020 11:54:55 +0200 Message-ID: To: Nikita Popov Cc: tyson andre , PHP Internals List Content-Type: multipart/alternative; boundary="00000000000034932e05aaf09ecb" Subject: Re: [PHP-DEV] Re: [RFC][DISCUSSION] debug_backtrace alternative as an array of StackFrame objects From: michal.brzuchalski@gmail.com (=?UTF-8?Q?Micha=C5=82_Marcin_Brzuchalski?=) --00000000000034932e05aaf09ecb Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Nikita, wt., 21 lip 2020 o 10:41 Nikita Popov napisa=C5=82(a= ): > Why does StackFrame define both public typed properties *and* getter > methods? One or the other would make sense to me, but not both. > TBH I didn't know what should be the preference, but since a StackFrame class is final providing methods doesn't bring any value in the API. I've updated the RFC and have removed all the methods and their references. Will update the PR with appropriate changes and resolve pending comments in next days. Cheers, Micha=C5=82 --00000000000034932e05aaf09ecb--