Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110797 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 88026 invoked from network); 1 Jul 2020 11:06:17 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 1 Jul 2020 11:06:17 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 2C22A1804CF for ; Wed, 1 Jul 2020 02:55:24 -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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE 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-ua1-f45.google.com (mail-ua1-f45.google.com [209.85.222.45]) (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 ; Wed, 1 Jul 2020 02:55:23 -0700 (PDT) Received: by mail-ua1-f45.google.com with SMTP id p6so460516uaq.12 for ; Wed, 01 Jul 2020 02:55:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=SdSK7BIBtDNChTF6niVwE8uXWrsY41LCdEjRLQrcGak=; b=PYQvp7zcIEANk/ddUQ6KUMlGD+SQ+BjlJxEg5ZxUOX71HmLoGlraUX3MR6sNDFNg1j WiZ+fgb2oi6RJxDxCtrCVydelCTPvGH1erZ6atOQnSQfPWW8EdyAlw83MHV0vCwXijOn tM37B2luo/wTbb9r2HMHBe7XaPEB7y1TIsFyQwcP6WHwG8JnrNGTzGJoGwIN29YB1mkT V/jzr9F4YpWjhbwek4ymNiyPhJ/jrMeBVEnwAf0VC1bvY6UAcTTbMiLvRDVQ0l75Xp4H b9/T/6cxHaoBh/vLyqMle1rHI6C0mQoQyj2Ch5PhQj0umJQqXgBCgfY7WH/YpTu+yO+l B7hg== 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:content-transfer-encoding; bh=SdSK7BIBtDNChTF6niVwE8uXWrsY41LCdEjRLQrcGak=; b=Rmti/R/o3yS97w4P0r+4JNS9srp63JghGtGd4dWF/7hkP+bvvm0tGO+i9W61Rwj1KB HBI4ojyajuZqHxzJHbYIEF5zzOiEMCJhFwys9y1llItjklNKFiOqJ3jenXsiY6H4xha2 6syEAUQhpFy6gTGwhucBxECZT3trH11utAiNM+5HAW3u2H6Zd8mD+iqmUka4NYssknrx s+MMicwJtme8m8Q3GmLKMFfcruk66du/BXLniFD67ECAj0YSgfa5zgywrLsXwfKBYA+J QncwCyClfE4hJLGcMtVmmqLudR9UtzXJwRQMAlJQWzGHBQ3uIHcRI6NBbsSf4WZEK3HM DM3w== X-Gm-Message-State: AOAM532dL9cU9Z8CvEXgaTNddSQKTjqfm3Lo9AcMoeq/DCtO2u+aS1TA Q0d2aeXg/waqvuY2Eqt3R2TP4beKh7qBtDtykqPVQA== X-Google-Smtp-Source: ABdhPJx0rqmSM3CmlVmWZb0yyhvPiSq3X560j90DTPhWpmWHRO5ZR6nwZ57jCeRSA8qK2XruNeAZ7BT3PbHNWbre9oY= X-Received: by 2002:ab0:3b2:: with SMTP id 47mr18311269uau.139.1593597321258; Wed, 01 Jul 2020 02:55:21 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 1 Jul 2020 10:55:10 +0100 Message-ID: To: =?UTF-8?Q?Iv=C3=A1n_Arias?= Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Draft RFC callable types + callable type/function autoloading From: Danack@basereality.com (Dan Ackroyd) On Tue, 26 May 2020 at 18:08, Iv=C3=A1n Arias wrote= : > Just a Little question. I see this other document in the same repo: > > https://github.com/Danack/FunctionTypes/blob/master/3_referencing_functio= ns_and_callables.md > > Are you planning to also raise it? Yes, but for PHP 8.1. Although I think it's an important problem to solve, I don't actually like it as a solution, for aesthetic reasons. I'm planning to draft it as an RFC right after the 8.0 RFCs close, which will give people a year to come up with a better solution. cheers Dan Ack