Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102670 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6761 invoked from network); 9 Jul 2018 15:35:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jul 2018 15:35:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.208.51 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.208.51 mail-ed1-f51.google.com Received: from [209.85.208.51] ([209.85.208.51:35548] helo=mail-ed1-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/07-49043-5B0834B5 for ; Mon, 09 Jul 2018 11:35:19 -0400 Received: by mail-ed1-f51.google.com with SMTP id b10-v6so14264932edi.2 for ; Mon, 09 Jul 2018 08:35:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=1MF25j0WCpZhqB4BhWs7hNeLN9ps4HFOiSrbZ8AoKLs=; b=qkdN5kP9LMbNwbC80cDqadgMe8kBkToQmmYJhnEiqr93YcDB4WytxcIvrirm4TCBVf 9m9DKCBB9Wlwfn83IPHTL9D4zkBE8vkFQPC8SBV1J0wPxPslHHB61dIIZ+zA25Ep8pnj ZLwRy0sp5gavCK7Uad2XahkKJVUjBvkZ7/Jo3g+Vb8ppP+utRUwSons9YMjmP77AGi6K qVJ0fMptfTptKLy6ZzM2dzrVFR7E/PYDQjmJnvIlnY/90Vq7jlIpk5tLi4WAMbK2u3+u xAFT+HKvM+7VPLgqM4n/i4uJHGxvZGPIfF75AGjN+kgDKRXk7lX08o+idrTqgEcW6CKs fkig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=1MF25j0WCpZhqB4BhWs7hNeLN9ps4HFOiSrbZ8AoKLs=; b=ukeI4rmr/J0IarXYy2T10wGBUM6Q2rjlCrwA27BzRSCuEHixey3/ODuCuXQCKPWtgx LdKMyoJ0sXiFUMBvgsvgaZF6oXGT03Gjdtm+K2lzeVFiS8rilPzpAwwb/PSv+ipejz4S zjD0JnEMElGv9nxshjp3k3vHC4RB4nHfz0RjVHySTggtHVhKOJ6IUpNNKdx6dqYRpgCZ P+hM+sr5i3oUhU2MUCOeeQ/DJckkqBlyQBnnncRJs8Jf+zUmHZw/m3DsPZQw+tDwvjrQ XyHtHBDk/nN+0nPpZo/k+welZCUlE3Xvdw5QVXc+dHhAkpke1UAvc8Mnbnzj4pvdedj8 v+ew== X-Gm-Message-State: APt69E2MS31U/zqYY+8HhR9QXf8lNl6Yi3R8kilCypYeBRGXBJGit3qx 1sBbgdZcMeyaxvpGtrE51cZlzTa1867CPb6tETQH5g== X-Google-Smtp-Source: AAOMgpcEi/qA6U4FOlqE8kW/Tx1l7eUzHboLBhGlhAIU/RbC2KOcNuUTHRtqCdTsJ5mgC7291g6ssVLn9MK52/8hkyM= X-Received: by 2002:a50:cd07:: with SMTP id z7-v6mr2271896edi.60.1531150514306; Mon, 09 Jul 2018 08:35:14 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 2002:a50:8617:0:0:0:0:0 with HTTP; Mon, 9 Jul 2018 08:35:13 -0700 (PDT) X-Originating-IP: [206.252.215.26] In-Reply-To: References: Date: Mon, 9 Jul 2018 11:35:13 -0400 X-Google-Sender-Auth: hxaltkNkm4u3914C56KkwGelkz8 Message-ID: To: Levi Morrison Cc: Marco Pivetta , Nikita Popov , internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [VOTE] Deprecations for PHP 7.3 From: pollita@php.net (Sara Golemon) On Mon, Jul 9, 2018 at 11:18 AM, Levi Morrison wrote: > Can you prove this somehow? Based on how `use function my\assert;` > works a call to `assert()` later in that file should appear to engine > as `my\assert`, not `assert`. > The vote is on deprecating (and ultimately blocking) the *declaration* of the assert function in any namespace. How the call looks is immaterial to that. Unless you're asking about the elision, in which case... you're right, that appears to not happen anyway, so I'll doubly stand by my vote against deprecating this based on implementation details. -Sara