Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114500 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 97327 invoked from network); 17 May 2021 14:52:06 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 17 May 2021 14:52:06 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1E38C1804F8 for ; Mon, 17 May 2021 08:01:21 -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,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-yb1-f180.google.com (mail-yb1-f180.google.com [209.85.219.180]) (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, 17 May 2021 08:01:20 -0700 (PDT) Received: by mail-yb1-f180.google.com with SMTP id i4so8990995ybe.2 for ; Mon, 17 May 2021 08:01:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datadoghq.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=cw9aRG3vyCNFeNVTifPxrJGUAengDaqmVWrpeY7rsIw=; b=RxuwD/GyCI2wBFDzMhQY+ieMwy+sgTXDhNBzUPBUX742+MTk4iEIoXJi6cSowUcYsR W941+NivXMbVOAN00Z9wxvM1vzTZzaBHdeWisj/7YCyHClJNJ123ae5JfODLZlaWjcbI KFmWBxZLRjx9+rQESmF25LEkbRhhjW9cY1mvg= 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=cw9aRG3vyCNFeNVTifPxrJGUAengDaqmVWrpeY7rsIw=; b=NotTyukrLf4Wa+ghZ8XTUHMcnO1HZapdx7waLuUi1FzaL3pl6JV3kzwTPVV7JTB1eu krxF2WrNI8XdHwE4YbMAzxtXWpd1+Fy3pAQ7h0O3qIL3hOAW5lSTWuTaJtyjvSyW9yee 6KrwlfcLN3vgW3GZUx/7Px7gcidXLa/fKKkHpURpenIQv5argGMrvbgqyb6JcS6wHfl+ zhJlr8xT+l4RbCIs45OcUh/xJ+fPNmow3HhtvDA2JVWdC4QsVsfJ2uKq1jai+6EHtAF5 bh18JqLtNSjFOhfxhBZ/RENy4cJuTIQxPh30ZhSClBMjM5SNUH8M+nZgh3BwPwYEiVxv vpbA== X-Gm-Message-State: AOAM533p/wcORVBChhPumvoWCocxHIx7aewd/NbYx8VhiHE/CoJDCulV m86UJLEUCm9aUaIoDdbDRNUXAhEWfj/ugp4xqIfsiQ== X-Google-Smtp-Source: ABdhPJxyKUSfB9XwVwpFVKP/h/WpRqNBHBAjZOWplekZ+z6IvRCTCMezsugU+CBUgXGNqxkhUlh7MWZviX3dlFPYhwA= X-Received: by 2002:a25:7e47:: with SMTP id z68mr329785ybc.85.1621263677272; Mon, 17 May 2021 08:01:17 -0700 (PDT) MIME-Version: 1.0 References: <1565EB81-57B7-49B0-A47C-342E0088A432@trowski.com> <09B663C3-E21D-432B-BB7F-78312F827C30@newclarity.net> In-Reply-To: Reply-To: Levi Morrison Date: Mon, 17 May 2021 09:01:06 -0600 Message-ID: To: Guilliam Xavier Cc: Mike Schinkel , Hossein Baghayi , php internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] Partial function application From: internals@lists.php.net ("Levi Morrison via internals") Joe Watkins has successfully worked out some bugs that also enable more powerful behavior. Thanks to Nikita and any others who worked with Joe on fixing these issues and reviewing the PR. The short of it is that re-ordering parameters when using named placeholders is now technically possible. We will send an update when the RFC and implementation are ready for re-review.