Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88371 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72220 invoked from network); 19 Sep 2015 12:06:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Sep 2015 12:06:24 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.174 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 209.85.212.174 mail-wi0-f174.google.com Received: from [209.85.212.174] ([209.85.212.174:38223] helo=mail-wi0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/62-43089-EBF4DF55 for ; Sat, 19 Sep 2015 08:06:23 -0400 Received: by wiclk2 with SMTP id lk2so59111658wic.1 for ; Sat, 19 Sep 2015 05:06:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:subject:from:date:to :message-id; bh=qQVeVs6k4FbVGN8iPmmf5G+kDpn2CoscbS0O9wkmJ28=; b=BFTbPhXZKOaVWdRqOuIEolElCYuX9xRDAfOV+simgUe5sauiMitVEnuE+ddXPv4eHy WzvclN8W19MG9T3Jjz1Hu1JHGqT5ArpPGmFKWb7ZVP4XJ16n4g0cKF3hoOyx/wDMLXUr kLqM18fCcpd8qyuIGp+LpA0nijLUiVCmT1kZUNa/KQSp4Z1gTYa45gAGUZWJL68sJcQu sfSZR5Ia8EJ373vphBHFmULzCeaobYbixNkpNb3uyxVSYYeb/r4ivgh35Telw2gSOQ55 6NdyKyKPkD74+EozCx1zoqqG4/6i8aOYxfpTA30lCY8pJUlnLhmsqLlm5HfFd0x6d0/R snmA== X-Received: by 10.180.104.68 with SMTP id gc4mr3547752wib.67.1442664380110; Sat, 19 Sep 2015 05:06:20 -0700 (PDT) Received: from [192.168.0.6] (cpc68956-brig15-2-0-cust215.3-3.cable.virginm.net. [82.6.24.216]) by smtp.gmail.com with ESMTPSA id fz1sm3040274wic.8.2015.09.19.05.06.19 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 19 Sep 2015 05:06:19 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: <55FD1E7C.6010702@lsces.co.uk> References: <55FB3A60.1040601@gmail.com> <55FB4270.7000204@lsces.co.uk> <55FB4969.7080600@gmail.com> <55FB5BA6.6050606@lsces.co.uk> <55FBF265.5000502@gmail.com> <55FBF7B7.4050603@lsces.co.uk> <55FC1A77.7090406@gmail.com> <55FC221A.7020108@lsces.co.uk> <55FC2588.6030809@gmail.com> <55FC2B17.3070909@lsces.co.uk> <55FC2F2F.9060403@gmail.com> <55FC33F1.3090903@lsces.co.uk> <55FC354B.5070209@gmail.com> <55FC39B2.5070005@lsces.co.uk> <55FC45C7.9010202@gmail.com> <55FC4991.1050903@lsces.co.uk> <7872E9F4-AE19-4681-B2EF-215751AE4CBE@thesba.com> <55FC5A14.8020301@gmail.com> <55FC988E.5000502@php.net> <55FC9C44.7050302@gmail.com> <55FD1E7C.6010702@lsces.co.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Date: Sat, 19 Sep 2015 13:06:11 +0100 To: Lester Caine ,internals@lists.php.net Message-ID: <697495EF-B029-484E-B94F-8719B79FD326@gmail.com> Subject: Re: [PHP-DEV] PHP 7.1 - Address PHPSadness #28? From: rowan.collins@gmail.com (Rowan Collins) On 19 September 2015 09:36:12 BST, Lester Caine wrote: > I first hit this particular one becuase of notices >appearing on what had been clean code. And NO switching off those >notices is not the right fix, but it is the ONLY fix at the moment. Please show me an example where isset() gives a notice. >IS there another fix for is_null($bar) not throwing a notice if it has >not been created in my example for the current template. Yes, use isset(). Regards, -- Rowan Collins [IMSoP]