Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102666 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99108 invoked from network); 9 Jul 2018 14:42:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Jul 2018 14:42:33 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.208.54 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.208.54 mail-ed1-f54.google.com Received: from [209.85.208.54] ([209.85.208.54:41902] helo=mail-ed1-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/95-49043-854734B5 for ; Mon, 09 Jul 2018 10:42:33 -0400 Received: by mail-ed1-f54.google.com with SMTP id b12-v6so14132404edt.8 for ; Mon, 09 Jul 2018 07:42:32 -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=mYir6H2sTKiKu4CQRb3RYgBAe97hLnBNk34GtSs2xlQ=; b=oqNUsE1Z7k7brs7PXj5K66nHl1faP6Qe2kiUbbvNOcjAoFEBieyxqFiuYQakCDfugM DIuCGMvoCMv+I4m0NADdR1IGszINH/bI/S5eOXvcBhizM1iyvygoQqB/WM6jpFiuThEj ht9Hxd+Cw42QA1przHzutNf3RkYOfE/pghJaec7ziLpYaj6exXVKAW+l8S+4mff/fop9 E+MROs3hxAoqyRCxFxWRimWV6AZAJdm71mPKB/Keg4FJlfN07EZGslI9fa2KRnzts/Je Z0ug9qRoY+2lBmtMmdPp2C0imUSSh/+f2LvutAeIPFSQAQBj1SYZ1BEPqnXxSVRb07Au 4iCg== 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=mYir6H2sTKiKu4CQRb3RYgBAe97hLnBNk34GtSs2xlQ=; b=RVksU7Fwra3S+UbJvvSVyiLJQSlM0xIGYt4x1dCm1g4qJTfawdMItz1K16t5fbp2bT ODIKphLFi8tAiEyAs3yVQKf4d9dmlyBrnAe6uFP3ZPlCETcsIwU3iFmkYoUTuUajxnzB GLGOkS1nMYvUM7r0mDJfRcC8Jb6v2LnIi44CS2yxy2Jouj/4J+xC/fwK13tOEfO04JJd R1PlLvn7tJcFcX5/oAedOWorVbpfPaBbEHKjRUBkbdElp8npCtH+DVhbdr6Bh4sFwIvu bzvT60J2mGuXxWdo4jCouvvTLxxh5b171zfaEy/ZhgfRj8KjepPmaJ1vLhWLgMw/Sgj4 RTDg== X-Gm-Message-State: APt69E1x3/wo7eLXRm6hl2vUMcK2HImHC+DWZTjM4LbB/tylLR3BKLmj R1dxCqnCclxG32+9HPi2Fxreuw8WGHfgyP05b3ePfSRz X-Google-Smtp-Source: AAOMgpceifSnnrt1FzIEKjkBY73Mjq9faVvqcdwONkumNmY5TC/QqGWRMe6uTrMQh6jXiBJLKbvFsx5XKncHABAbpcQ= X-Received: by 2002:a50:e20c:: with SMTP id n12-v6mr22756927edl.253.1531147350309; Mon, 09 Jul 2018 07:42:30 -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 07:42:29 -0700 (PDT) X-Originating-IP: [206.252.215.26] In-Reply-To: References: Date: Mon, 9 Jul 2018 10:42:29 -0400 X-Google-Sender-Auth: NjQau_3DzRW8yTROXdmPp_ghTJU Message-ID: To: Marco Pivetta Cc: Nikita Popov , PHP 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 5:57 AM, Marco Pivetta wrote: > Something unclear to me here: is the removal of `assert()` affecting also > my own`my\assert()` (imported via `use function`)? > Yes, but in fairness, your namespaced assert function is already a bit broken if you're not expecting it to be elided in production environments. -Sara