Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81663 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75819 invoked from network); 2 Feb 2015 22:38:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Feb 2015 22:38:22 -0000 Authentication-Results: pb1.pair.com header.from=pajousek@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pajousek@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.173 as permitted sender) X-PHP-List-Original-Sender: pajousek@gmail.com X-Host-Fingerprint: 209.85.216.173 mail-qc0-f173.google.com Received: from [209.85.216.173] ([209.85.216.173:47543] helo=mail-qc0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/6A-25089-D5CFFC45 for ; Mon, 02 Feb 2015 17:38:22 -0500 Received: by mail-qc0-f173.google.com with SMTP id m20so32524138qcx.4 for ; Mon, 02 Feb 2015 14:38:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2gbI+KGAFEhU2VsXtVBxtisVNQiHr+4h5xunYfzNrXY=; b=eovNRFF3kHfOT3sg5BPyiERaMkAEqyA8HYMe+06pk6pwTUDaTio9+UDQzqcF1tg8BN KmWS0Q68tQjbosmhGcC5wgEE4zN9dp6zUhxLhBL6L39+fEh5tQbtdl6ZStAxpDmgY6uz oiySs0TcL1M+Q8f2S6OV6zY6xmatgP3Pe3uHkfz17q3R4I07V4+YvVRlzZUVDVmwmBCh YxU2hm1jwSzk0V5wUl47mVSldQJLVxC3YGrarHq8/8MuE+AjOdT52qqFrxx1QluXyd93 rHK7kp49ApZQQB1L2eOGD5/2KbUqnKjrUfL8H2fO/9c533SzBOpx/7wxqe8iuG0BJVu7 wDSg== MIME-Version: 1.0 X-Received: by 10.140.23.199 with SMTP id 65mr43995683qgp.84.1422916698683; Mon, 02 Feb 2015 14:38:18 -0800 (PST) Received: by 10.96.66.201 with HTTP; Mon, 2 Feb 2015 14:38:18 -0800 (PST) In-Reply-To: References: Date: Mon, 2 Feb 2015 23:38:18 +0100 Message-ID: To: Andrea Faulds Cc: PHP Internals List Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [VOTE] Combined Comparison (Spaceship) Operator From: pajousek@gmail.com (=?UTF-8?Q?Pavel_Kou=C5=99il?=) Hello, I personally would use spaceship operator often, but only if PHP had operator overloading for classes. So I hope it will pass and operator overloading will pass someday as well (but operator overloading would probably require method overloading first and that's a thing you guys oppose, right?). Regards Pavel Kouril