Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49569 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37605 invoked from network); 5 Sep 2010 12:19:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2010 12:19:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-iw0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:46154] helo=mail-iw0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 86/C5-52399-7CA838C4 for ; Sun, 05 Sep 2010 08:19:20 -0400 Received: by iwn37 with SMTP id 37so4013079iwn.29 for ; Sun, 05 Sep 2010 05:19:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=Oj1afUn3Z6nLjqBvF8Qvd7QSAf4ZvYGJ0R3Zh0klprY=; b=qFBJH8HjB3sqSFsA5GLv0A9S9Mr/BA7YswFGVwPNEyMBKJtY3LaNcHAWnDeCAuR1mr 6SslZg0U1JyAwKxv8UmNgvA906JbOSrjtNEMgjQz2BAZznu/QMz/q1+5a/x3kOTHEFbB C5J4oq7A8ShEv9cUaQZP8HFqoUSV15lSGHZsQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=TsMv4YAbo26FjyXTlSM7R0dGYaVFE+Uq7SSniDYVqYJhYR0QUyQ1VfxeriO31viBep BwEILdGwvoZd46GkRt7+ogQ9GwXbs412i6Q62qSo9AxTOldBpDfsSTJO1dHntHIV4fKC 3pVXqS/xEdL2a0cl0SnAowwiTEstoXmW6x32M= MIME-Version: 1.0 Received: by 10.42.1.75 with SMTP id 11mr1151035icf.6.1283689156708; Sun, 05 Sep 2010 05:19:16 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.42.4.10 with HTTP; Sun, 5 Sep 2010 05:19:16 -0700 (PDT) Date: Sun, 5 Sep 2010 14:19:16 +0200 X-Google-Sender-Auth: pEGFFh_tCdt4pAvOTmai8vHv-h8 Message-ID: To: Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: "or throw new" syntax From: kalle@php.net (Kalle Sommer Nielsen) Hi Is there any reason for we don't support expressions like: test() or throw new Exception('test() failed'); If no, is there any argument against supporting such a syntax in trunk? -- regards, Kalle Sommer Nielsen kalle@php.net