Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105945 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 19183 invoked from network); 16 Jun 2019 02:20:19 -0000 Received: from unknown (HELO mail-qt1-f174.google.com) (209.85.160.174) by pb1.pair.com with SMTP; 16 Jun 2019 02:20:19 -0000 Received: by mail-qt1-f174.google.com with SMTP id a15so6820258qtn.7 for ; Sat, 15 Jun 2019 16:34:04 -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=Py5++lga56C/Q6VPKhXsSEGGOX8Kq3WZe0EIzmMg0ig=; b=e0dwuXEUU4xJ/0U27+duyzjE3LeVP1aFnGtLRvHOjFNqJFiYEEssrZVzdsiOu0cL6B ALIPLOfsWMZIknCHtx/+016RP/IFcD+9aDbLCj7oe+iy7q+G/NLRXxWHISPaKPpaeqpb ZVr1iiVjTaCQYzVeOT48YDj6/4FiTGLk4VaSwTSutp1RdYXzez1jYhnE0p8fD2A+flKU CUAYFFauR1IGPE0Z3gLmuqEVdVyLFiFlZdqyV8mUmUwrQh12tSzkaNIXpbmCH54DmAvH 4UiSTVJf4h9oZFnk/7KM/XWOKN03/wLJlFN/soJrOBZEHUQ0ljag2WnkUgor9P0wNMlw GiiQ== 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=Py5++lga56C/Q6VPKhXsSEGGOX8Kq3WZe0EIzmMg0ig=; b=HBK4nHaYapJKUGMNhE4JrKKjviE4l4old/jFcc6L0y9cgcAJUdAfzpoOXHo2s5ScYU in+7xZWRT2rZOZoK63uKLE77XYE+ytFnaGQLKSKGn37X215zH2ebBnJR5Hi2Z//H7EN1 4g74Al5K2BpD/B0NpOKOchs6BTDKB8XgM6XwhUYmInvIZIT3R3ZQqHdl9ORriUND7nzP fEhBavvvFApXqDar6jAfbqoiL5+V4QgpyIYkQ9t3o18axxm7ENW/quV7TbI83QP9Hkif zicL5B+i5LtkxIRzWgcd2r+FVyJEzifV0EpHOkk4TJ0tE2th3m5twG6nZAnBcR/f/ftR E6Pw== X-Gm-Message-State: APjAAAUSLWcV/8IPmRN7ruBfTEbYhg3DTgfR14EpiuwGuC3QAIuH4/R7 BcP7d6U5aWhi2n1fqnLb/X1/vKzZvz8uOw43/Q0= X-Google-Smtp-Source: APXvYqwhbmp9uOxLsRa38Sak77bfgbIEgdrrOHeIk+VT87rV1MYBdZ/lTs7TIWghyte38vnlgLI7kB2hJ2yvfF4K0XI= X-Received: by 2002:aed:3a87:: with SMTP id o7mr86020272qte.310.1560641644378; Sat, 15 Jun 2019 16:34:04 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 16 Jun 2019 01:33:53 +0200 Message-ID: To: "M. W. Moe" Cc: PHP Internals List Content-Type: multipart/alternative; boundary="000000000000d5bfe5058b65321f" Subject: Re: [PHP-DEV][RFC] Alternative "use" syntax for Closures From: netmo.php@gmail.com (Wes) --000000000000d5bfe5058b65321f Content-Type: text/plain; charset="UTF-8" Welcome to the first inevitable patronizing message... No, my code is not smelly. If something is smelling for you, check your armpits. Importing 4 variables is not rare. If you think it's rare and should be done differently, maybe you should first actually do something with Closures before telling people they are wrong. And if you use actual names instead of "$var1" or "T1" you will see why I am proposing to move the lexical imports where they are the least invasive. --000000000000d5bfe5058b65321f--