Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96313 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79714 invoked from network); 11 Oct 2016 09:49:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Oct 2016 09:49:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@duncanc.co.uk; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=php@duncanc.co.uk; sender-id=unknown Received-SPF: error (pb1.pair.com: domain duncanc.co.uk from 209.85.215.51 cause and error) X-PHP-List-Original-Sender: php@duncanc.co.uk X-Host-Fingerprint: 209.85.215.51 mail-lf0-f51.google.com Received: from [209.85.215.51] ([209.85.215.51:33505] helo=mail-lf0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/60-12116-DB5BCF75 for ; Tue, 11 Oct 2016 05:49:51 -0400 Received: by mail-lf0-f51.google.com with SMTP id x79so33506764lff.0 for ; Tue, 11 Oct 2016 02:49:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=duncanc-co-uk.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=LAPD1YHZTKPFmpH+ut2LQP5IYG4+mCmgmMd6/jqt9C4=; b=mwapF8cujmoIoTw5ehJPCKPfjYtvQoOgB5mJjgbFmGSbcClX7W8gH7Ro53gOsz4+Or 93BjnIIidPxuVvy25ik+wYsWo0gsigs2s07o/MAiZmk26Oucav3qwJyO5cfGsdSeu12s ts9d1+6LOl94V9HJ4AaUzrs+7iYdnuftwZTy3F+x51xzL+5xM4BfYN81Pqc4qu0Of+pf wt33GNiH9O7y1ul0fHa8N21KICfw1avD4DD2shRCZU7+u96XBdCKiOXejmj3GFbvQza3 JVZgixPBudnrwK7eOGoUVuctnGg4UYALeA4dX288Syysz3eFeG6TBNrsDbDRkiRdRFQQ WF7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=LAPD1YHZTKPFmpH+ut2LQP5IYG4+mCmgmMd6/jqt9C4=; b=e8XYYFoeeXx+Mx4DAOYGB1K7b0LVlxXtJn67ASIH++etpKbtMAv48jHQUFz3q2u0A9 9/2xR85slB4XsCXegLQRK7Wxog4L6ak6IkLXEh2EINDtFHwJZ6CaIjAT1AKhNkU6Nv0n wE6tA3bIUFO4wWCoW5Q5MJg/ssIQl/UbAWVDDDfz3RFcpbHCRdDQ2nEvKrqnUimtPLG9 BhiuYg2uoS3D0jdonE3S2g6SrM3FaC4wYh5JbjNtKSAOx9hAsP57PJoY+VrXegXoPqZ7 KGYzimx2IUTjawhS8vvFMl4jEkGw0QPOdpoPXFMAgAxPeUdW/2g467TBY/ZBb2XVhCxk CJTA== X-Gm-Message-State: AA6/9RmUsBasQ+cq37kRAS3fb2e1zyjhFnI16DeEOt4lHrGt1INX1LogOVQX7bI7kmS8Nw== X-Received: by 10.25.16.208 with SMTP id 77mr1828929lfq.167.1476179385505; Tue, 11 Oct 2016 02:49:45 -0700 (PDT) Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com. [209.85.215.47]) by smtp.gmail.com with ESMTPSA id g77sm624525ljg.13.2016.10.11.02.49.44 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Oct 2016 02:49:44 -0700 (PDT) Received: by mail-lf0-f47.google.com with SMTP id x79so33505559lff.0 for ; Tue, 11 Oct 2016 02:49:44 -0700 (PDT) X-Received: by 10.25.15.220 with SMTP id 89mr2083379lfp.101.1476179384188; Tue, 11 Oct 2016 02:49:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.120.163 with HTTP; Tue, 11 Oct 2016 02:49:43 -0700 (PDT) X-Originating-IP: [195.99.194.20] In-Reply-To: References: Date: Tue, 11 Oct 2016 10:49:43 +0100 X-Gmail-Original-Message-ID: Message-ID: To: Internals Content-Type: multipart/alternative; boundary=001a113f9102d1e360053e93cb6c Subject: Re: [PHP-DEV] [RFC] Counting of non-countable objects From: php@duncanc.co.uk (Craig Duncan) --001a113f9102d1e360053e93cb6c Content-Type: text/plain; charset=UTF-8 I've updated the RFC now to take the deprecation route, and included counting scalars: https://wiki.php.net/rfc/counting_non_countables The only remaining issue is what to do about handling *count(null)* I think this should be deprecated too, but as it's the only case that returns zero I wasn't sure whether other folk felt differently? --001a113f9102d1e360053e93cb6c--