Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100492 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54447 invoked from network); 9 Sep 2017 16:48:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2017 16:48:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilija.tovilo@me.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ilija.tovilo@me.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain me.com designates 17.110.69.254 as permitted sender) X-PHP-List-Original-Sender: ilija.tovilo@me.com X-Host-Fingerprint: 17.110.69.254 mr11p00im-asmtp003.me.com Received: from [17.110.69.254] ([17.110.69.254:38126] helo=mr11p00im-asmtp003.me.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/49-10715-24B14B95 for ; Sat, 09 Sep 2017 12:48:03 -0400 Received: from process-dkim-sign-daemon.mr11p00im-asmtp003.me.com by mr11p00im-asmtp003.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) id <0OW000300U97TY00@mr11p00im-asmtp003.me.com> for internals@lists.php.net; Sat, 09 Sep 2017 16:47:58 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=04042017; t=1504975677; bh=atOLmjzkLK1sTpYaGtRa1fMNfslfk35fLgfwb66mkq8=; h=Date:From:To:Message-id:Subject:MIME-version:Content-type; b=mdqbCutpus2Z7rwoM5bK243QiJNsrMRx2yeu2rcVi5YGNR1oXH1p/oZFbxhw6jhXw VhY2EtvGVt6HGyC6G1J5ct9s42z1GYDrEeHv26YHa/eMK4eWIxp0MtdnYA5jOnHd12 Fc2N6O1ol0NoOJD+5+H5KatVg7hn4+iY1GfWKP6uh0sfDrIcFDBGg9js9OYWVPyqvE o38GvcXMoOOfF5JWubA/PpYcwR9d4CGtZj3kOpQgCI8YFj5W+dBIe82xm/BfZnIis/ 2caCAYUQsWm2RTe+AZZARnuVZlECrWpMgLvTbYryaUKqK+i6vPXEZYzDYUaCnaMNk/ pxqWN+u5rwi+g== Received: from icloud.com ([127.0.0.1]) by mr11p00im-asmtp003.me.com (Oracle Communications Messaging Server 8.0.1.2.20170607 64bit (built Jun 7 2017)) with ESMTPSA id <0OW000HFSUNTJP20@mr11p00im-asmtp003.me.com>; Sat, 09 Sep 2017 16:47:57 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-09_12:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1011 suspectscore=92 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1709090264 Date: Sat, 09 Sep 2017 18:47:40 +0200 To: Dan Ackroyd , Andreas Treichel , Thomas Hruska Cc: "=?utf-8?Q?internals=40lists.php.net?=" Message-ID: In-reply-to: References: <87.77.10715.B5AD3B95@pb1.pair.com> X-Readdle-Message-ID: b1327a5b-1648-4d97-b3da-25624861b73d@Spark MIME-version: 1.0 Content-type: multipart/alternative; boundary=59b41b37_19495cff_17f67 Subject: Re: [PHP-DEV] Re: [RFC] Match expression From: ilija.tovilo@me.com --59b41b37_19495cff_17f67 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline > Applying break statements is the first thing you should do if you inten= d > to break. That way it can't be forgotten. You should also immediately free the memory you=E2=80=99ve allocated but = memory leaks still happen all the time. Human error is inevitable. The more the compiler can do for you automatically (especially if it=E2=80= =99s without performance penalties) the better. On 9 Sep 2017, 18:42 +0200, Thomas Hruska , wr= ote: > On 9/9/2017 5:18 AM, Dan Ackroyd wrote: > > for when you forget to put break. > > Applying break statements is the first thing you should do if you inten= d > to break. That way it can't be forgotten. > > -- > Thomas Hruska > CubicleSoft President > > I've got great, time saving software that you will find useful. > > http://cubiclesoft.com/ > > And once you find my software useful: > > http://cubiclesoft.com/donate/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --59b41b37_19495cff_17f67--