Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113663 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 44602 invoked from network); 22 Mar 2021 12:17:35 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Mar 2021 12:17:35 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 71B421804D8 for ; Mon, 22 Mar 2021 05:12:50 -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.4 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) (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 ; Mon, 22 Mar 2021 05:12:49 -0700 (PDT) Received: by mail-lj1-f178.google.com with SMTP id f16so20781947ljm.1 for ; Mon, 22 Mar 2021 05:12:49 -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; bh=pSYGKy9AXON33ainGnsVc5/p6FNHehtQFnagmv+UKz0=; b=be4m/Lrg/Swfy5IqXNxx2FkC8ty3hMNNiDHgfrY+FQ/C7ZBYN069tHHJKA6B4VU8YN cOxzAto73PQKvIwscx6KnxGNZgKQ5EWGb70nJchuw9nvrgQner9nmlRAui15lQEHreyl jaY/ncBTueHCtxM7w6vdiQDV4HMFK+GXA0Ya8pwp7gtVqR5/5C1lCsdPrPiIFzP60FUJ O836Y1f8S/c+B3m5vfTw6Wn8NkPsWMOlT5XcKiu3+U6HDA7tSQ1D2MUxfIDw3wE/g2zs Kw237PVLosyH0/z7ipfr4Q420Pn2aOagMV2HKCR57Z+75O5QwgCz8tuEg+SaAR4GmAWG Vvbg== 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; bh=pSYGKy9AXON33ainGnsVc5/p6FNHehtQFnagmv+UKz0=; b=qDXXE8F/E6LShpVTi0aktXyhavsu+P8uK61M1DmJYIT2OSfiXR+StrA/gJYgUtMnW7 grGkYynn1oYdGTFvtukHRByQN5vgW4VcjgpjbP92E4zRVjMAb0osrxaw0G0gsv5c3wmk ockTTs8WtYwQRl+e9ZlHJE6+WlVOzr8fsR96mZITbJeFcRGTIV8Nljx0IAw7gZqlYZm7 7aybhHE4bVLHUuRuKcknopj+SmNwp3pujRrb4HfiOFMf3YrWnwcx9zxO9NhY78Tyexkt H0REvUsUvJOpI0rWS/1IQvONbYacfSoXSjL4QYvhmRr9pQJz1/2CHQqhvXjL9vVL5UT1 GhYw== X-Gm-Message-State: AOAM533RULszLPqa1jypj57s6lkXatEuQDIC3xtpjVi7V4/9CL77PafE k7yL09wjx4opG/B8hEazvKW6k4Vs2n1U3nl+PrgwFhBM X-Google-Smtp-Source: ABdhPJzZgcptD+SgK6JdSBsj5UOo2pSrhnUC6CDTIKm5a2/VYHq5MMY49s26mVmRvV0+OvQj8LamDYT0qqyamop8tN0= X-Received: by 2002:a2e:a589:: with SMTP id m9mr9828036ljp.220.1616415167898; Mon, 22 Mar 2021 05:12:47 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 22 Mar 2021 13:12:37 +0100 Message-ID: To: PHP Internals List Content-Type: multipart/alternative; boundary="000000000000e4675f05be1efb2a" Subject: Re: [PHP-DEV] [RFC] [Discussion] Adding return types to internal methods From: kocsismate90@gmail.com (=?UTF-8?B?TcOhdMOpIEtvY3Npcw==?=) --000000000000e4675f05be1efb2a Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, I've updated the RFC with the following things: - The proposed error level is now E_DEPRECATED instead of E_STRICT - I added a new section for exposing the behavior to userland (this is a separate vote) As the 2 weeks of discussion has already passed, I'd like to start the vote in the near future, unless any major concern arises. So it's the best time to bring these concerns up. :) M=C3=A1t=C3=A9 --000000000000e4675f05be1efb2a--