Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93756 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12867 invoked from network); 3 Jun 2016 17:26:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2016 17:26:37 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.52 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.52 mail-pa0-f52.google.com Received: from [209.85.220.52] ([209.85.220.52:33824] helo=mail-pa0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id ED/24-22497-BCDB1575 for ; Fri, 03 Jun 2016 13:26:37 -0400 Received: by mail-pa0-f52.google.com with SMTP id bz2so16242632pad.1 for ; Fri, 03 Jun 2016 10:26:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=XLrR3HA/WiSDS+fn4wNBjE8OYQsi766XXNfwOwSh1Zc=; b=AcVFHSzd7a+W6uUxlKklOfK+QoFAE25OSCwWPOF6l9CocoiBlA+xkc90WZPzx7ofVZ ivnEFqyitvsNdwlLbxpmHPrqFbI/mvx2cFIf/E3mYgHt88OpDBKjgka5lB/xxFJvYHzq wDSJP+NpPs+7jDhE6RuQXatzG2Qu7PfJ83yHEaTspSr4jmypdehEKu6UePBhR5lWijnI 96h8ZiIDyIjaMN404xolKYR0uE91yNZA/yJGlJI+L4I+Nmew1skEZghOABy930EVQDy7 dqGt3T16SESCBAbSCr0kgbErnv9t0GyZzwxpWoSsrrCeiH6klMp9Trj5UlZ6/amAWfYp Wujg== 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:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=XLrR3HA/WiSDS+fn4wNBjE8OYQsi766XXNfwOwSh1Zc=; b=ONq+1+rOE4XwOPyECCKE4ql3OEOMHXpn7Cc65bqac5qwnV0ibekH924xhQ15VsFURO Enwi0Els4GOxzOEi3wQwywSet9gKH863ERxbcuaGLzzjY/RKdEbpuIjKJUYp06Vy4FH1 5oN+/AjS1LVVkuj+SPlQe2XXX3f1Q00PjDC2JvC7SqKratNALioyxIOBKf/IB2KeGlQA 9MPuxCMNoQJ3LwJA6v/FV9ToqD5LVelDPrBrX41N4xp+n9yX6ZZN6wP0Ui2spAy+7CV+ qYfyhrXR0x4tn/KrQkIzBdbZHIfAkouwtqzh7w6viokdYScrm9KlimfgaJqPb4/eVKzm 9cmg== X-Gm-Message-State: ALyK8tIozYxJXH0P5ymfg/JV1Y+vhj7+LNHjYO5RnS8pwiM4FblZI/O0QgFzV+9iUeakLA== X-Received: by 10.66.73.71 with SMTP id j7mr6447738pav.109.1464974792061; Fri, 03 Jun 2016 10:26:32 -0700 (PDT) Received: from stas-air.corp.wikimedia.org (tan1.corp.wikimedia.org. [198.73.209.1]) by smtp.gmail.com with ESMTPSA id d24sm9715510pfb.90.2016.06.03.10.26.31 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 03 Jun 2016 10:26:31 -0700 (PDT) To: Sara Golemon , Bob Weinand References: Cc: internals Message-ID: Date: Fri, 3 Jun 2016 10:26:31 -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: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] [PRE-VOTE] Union types From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Would it be COMPLETELY antisocial at this point to ask for a secondary > vote on this RFC for adding the "num" type which is an alias for (int > | float) ? I think piling up votes that are not necessary for the specific RFC's topic is not right. We can always have another RFC :) -- Stas Malyshev smalyshev@gmail.com