Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:75470 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 699 invoked from network); 14 Jul 2014 15:06:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2014 15:06:22 -0000 Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 209.85.220.170 mail-vc0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:52979] helo=mail-vc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/E1-25444-DE1F3C35 for ; Mon, 14 Jul 2014 11:06:22 -0400 Received: by mail-vc0-f170.google.com with SMTP id lf12so3609114vcb.15 for ; Mon, 14 Jul 2014 08:06:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:references:in-reply-to:mime-version :thread-index:date:message-id:subject:to:cc:content-type; bh=AOu7WmuoiCJAF3pSPIWhJP8nYGSmWyHcaLie4OwVvcY=; b=bX7MEXuHe24AXdUV77B5Le6xDFha0zWIdfKhd3fBSr/n23ag+3nDuRdWXe4cgva5ml mOhN5NDL6F7//YnEQ9VKuXfr5NmbR0n+Arq6kDhnw7aTRDxLxWI5WeJFxlb4ngVSXN9C b9mP6KLuNNRNddMeVhpDuzOt4xo3ww9HngUjJ1iwbKg4grPrP3Gejhv6aZd81gq4LIDf vHOORN43N5gaeedy2hpfINfwjQ92bNk1MPL0H3P8yqG8hab4qepPzMLQYFlDXJkSnpJj saS2YnRNE+JQHOuYkdAeZZJNgxba4uiMPoGdRfmBWElQy6hmKyrao9C/f3k/GUvwmigX S6Nw== X-Gm-Message-State: ALoCoQm3wzHP26W9YKyBonMATfHT1aHlJeSoffSJrhI3XJTpkc4XGOCyHgGHa5I9pQ5EuA1AUAcIZE/rwRXP9VzTQGW8jvcOlYHhmCELNAjTxf8LJwRRkrx6uPGzHwye4TlsbPOnncpz X-Received: by 10.52.172.5 with SMTP id ay5mr981770vdc.38.1405350379158; Mon, 14 Jul 2014 08:06:19 -0700 (PDT) References: <08503591-EFC8-48E6-984E-FFC292C5EA5F@ajf.me> In-Reply-To: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQJuUFVOlGiX172RfpkkW7aXwqSXwwHleMkPAd/qfJcBzHP03Jo1urlQ Date: Mon, 14 Jul 2014 18:06:19 +0300 Message-ID: <41810b6466fcc8bced53374b0e30b760@mail.gmail.com> To: Derick Rethans , Andrea Faulds Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: RE: [PHP-DEV] [RFC] Scalar Type Hinting With Casts (re-opening) From: zeev@zend.com (Zeev Suraski) > A compromise by adding more inconsistencies. I agree. > I can buy the cast of scalars vs hint--of-complex types, but definitely > not the > introduction of a new group of casting rules. Keep it simple. I agree too. And it should not be a recoverable error, it should be a notice (or equivalent). Zeev