Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36797 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33230 invoked from network); 4 Apr 2008 09:07:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Apr 2008 09:07:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.30 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 74.125.46.30 yw-out-2324.google.com Received: from [74.125.46.30] ([74.125.46.30:35698] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/10-31908-CEFE5F74 for ; Fri, 04 Apr 2008 04:07:56 -0500 Received: by yw-out-2324.google.com with SMTP id 5so522347ywb.83 for ; Fri, 04 Apr 2008 02:07:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=VfXOz5kU6gO6VxGoOx9lqkK/L8bKx8MAhOwQ6gZZ+mM=; b=E9LD00hftxbPA5+RPBytoAeBNitbFjAyzNkiZw5m4VMsvIGc2vfIi1Vt/BoIntuwJdt6Zu8aTddVnjSyET9Ijsr2thF4mUgjM2wQ8P+JYI/oLuhp9UE4x2yOswUEHssoe+T09FAN1b6mpjJtpIljnauxdEjGFLfPlLxz2vPHU/I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UjDakprXfp+PGXKT43mhwUlwG4hc+je5dRaCUXWPqSG8VfX1Vuj4An7nm7tIw95zuTn1Fh/3pheX49HQi4xPDfyywMWZ6fS+WmV/yqeij7DqZhMuSgEHzmqhUcPl86GRH/6TUjyl1xsJTJDA9mPVqPEL122+w79w3zaTMcbbYTc= Received: by 10.150.195.21 with SMTP id s21mr498695ybf.114.1207300073762; Fri, 04 Apr 2008 02:07:53 -0700 (PDT) Received: by 10.150.57.12 with HTTP; Fri, 4 Apr 2008 02:07:53 -0700 (PDT) Message-ID: Date: Fri, 4 Apr 2008 13:07:53 +0400 To: "Arvids Godjuks" Cc: "PHP internals" In-Reply-To: <9b3df6a50804040143k519e4269vb11c9546a289ce1d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9b3df6a50804040143k519e4269vb11c9546a289ce1d@mail.gmail.com> Subject: Re: [PHP-DEV] The "jump" operator From: indeyets@gmail.com ("Alexey Zakhlestin") On Fri, Apr 4, 2008 at 12:43 PM, Arvids Godjuks wrote: > Link: http://news.php.net/php.internals/36536 > One question - are you crazy? I heared about break with goto capabilities - > that's understandable - you could break 2 or 3 level loops, but this one > shit. Could you please keep polite language? Details of this construct were known for quite a long time, and it was available in PHP6 for "ages" it is a limited goto, just as advertised. you can get out of blocks with it, but you can't go into blocks -- Alexey Zakhlestin http://blog.milkfarmsoft.com/