Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94483 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18557 invoked from network); 12 Jul 2016 01:01:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jul 2016 01:01:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.174 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.174 mail-pf0-f174.google.com Received: from [209.85.192.174] ([209.85.192.174:33723] helo=mail-pf0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/E4-17655-06144875 for ; Mon, 11 Jul 2016 21:01:21 -0400 Received: by mail-pf0-f174.google.com with SMTP id i123so520333pfg.0 for ; Mon, 11 Jul 2016 18:01:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=t2ZofYy90TThDLLGru0We6S08EI4b/RiVxMJaBvhQms=; b=MkpBe8BBVdRf3eiir8+np3UfiF0SfqGR9JKVH57X4xOh5MnGM3CRIFGE+DUXCac0SU BVVN9EWmSCi74YC6kaZ4DT+oGoE4hJ2XJQDDElXaTwvlPHwqZ4jsu7t6quQS2r8wptiY 51MgGO1x7RXxF61scY9HQcWaYfKY5wgFFEYmT0izlTJOx0D9ud/It9IYXOiYeCxhEdyK 7RymAHtGQJRyAAPpe39scs8iD3mJ5D1EFivj9vVxM+WNdpaEF+/Hpx7OXfGzXYp9CGf+ NNiTZnRfKPlQHfEpddVhQruioNBHWnIZ+m8qroFtev5uoG5cuI5KzExKgE3RDjq9HHUS YXaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=t2ZofYy90TThDLLGru0We6S08EI4b/RiVxMJaBvhQms=; b=QuvuTcasm7lvxzBElILBqFR3DPIBqLbrFjUHuegZzxAU4j5bjwaC+93l/Ar5LYdxUy J+lKmJdGn8ugyBOfP5LhQivxLWvdVs+q54Sqzxir1ApM8SlVXTTvpAaSJZA096f1GAME T7ohbszK521Ehc0ZwozQZfmvd19Jcr3d6MHFu/CPZ3S+1TjwjmzG4rD+ZVt4W6P8pT1y 3Uu88HPATKcTjqO6J7oOFIcmRZmKsEaVnEelsEFHByRyVqlEobjemfiD5fuCWT+DABU5 /vt2i5FySVemTqYHURQPJY2EtXL6YvV990omNIalcQ78/M+yBaS9qM7g2zZWABm0j9ww /3Uw== X-Gm-Message-State: ALyK8tLk/r4uoOSCYKpxT7Ls7porOhFstHe9lVn0UsxiUus+paqQqa2fsFnbgRawONi/4A== X-Received: by 10.98.18.221 with SMTP id 90mr10948904pfs.3.1468285277648; Mon, 11 Jul 2016 18:01:17 -0700 (PDT) Received: from ?IPv6:2602:304:cdc2:e5f0:602d:37e4:3616:e3a6? ([2602:304:cdc2:e5f0:602d:37e4:3616:e3a6]) by smtp.gmail.com with ESMTPSA id ql1sm253584pac.2.2016.07.11.18.01.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 Jul 2016 18:01:16 -0700 (PDT) To: Rowan Collins , PHP Internals List References: <23bdff6e-9ad7-1044-d9c3-e27b37c7d8f1@gmail.com> Message-ID: <126f3489-9288-2593-fa12-5ed06a05484c@gmail.com> Date: Mon, 11 Jul 2016 18:01:03 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <23bdff6e-9ad7-1044-d9c3-e27b37c7d8f1@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Proposal for php7 class method return From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > $counter->count(); > $counter->count(); > $counter->count(); > $counter->count(); > echo $counter->getCount(); I still fail to see what's so wrong in this code that it needs a whole new operator to fix it. -- Stas Malyshev smalyshev@gmail.com