Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97713 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65294 invoked from network); 12 Jan 2017 07:11:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2017 07:11:58 -0000 Authentication-Results: pb1.pair.com header.from=tim.bezhashvyly@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tim.bezhashvyly@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: tim.bezhashvyly@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wm0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:34368] helo=mail-wm0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/B0-50165-B3C27785 for ; Thu, 12 Jan 2017 02:11:57 -0500 Received: by mail-wm0-f41.google.com with SMTP id f73so2073803wmf.1 for ; Wed, 11 Jan 2017 23:11:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:content-transfer-encoding:mime-version:subject:message-id:date :to; bh=WbqRsaBpNRzgUGc8ERUY0Y2jKwB9vXVdKoxPFvI2gXg=; b=Z9jFvwHgUEEbAyNIeJkSYerp5BH7Afht+mdA7Z+unYaNV3e3OMoZBmfu0boVdrJ8/m Zrq9nF+DDCUHZriMR3DJ/XsuI9WY2I0zhTXzV4zh1CBYWB1tkGYTC/71LtjJ3ng4SWSs Y3wvkU3oVV29yTzs0noX+bIdX5JqfXZe/Whi8yYN7psC9xnYaZ0+SVmPDxJOT/DD6MEN XowNRbhuh9nqM/5rgMrzLShK9nWLJw+dkZDvyKmVR297Pnx/Ug1lKHBLx4mpiZ827Bvn 8FQV2rJ4bnVC1sPpShLVfUiYwboLJ1A1h6hcHRx2bmL2OTNbJX6qbrmrrmZSj+9C+SaI tbnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:message-id:date:to; bh=WbqRsaBpNRzgUGc8ERUY0Y2jKwB9vXVdKoxPFvI2gXg=; b=DBn2fe87P8xcNd0NLZPgZZTkQOFot2Oevi03W5KCl4u3crDntA8uiBIDZ0rLBCpqen NrvR+XPc83ZHe08mE+GOJ8HZYzh3horQDdLHtr4c8UI/p52tPIJrkbdAb6kbbzQqcJbW Eo5d6yA/9Y6wWYacRB1g8rNxaITaoXWqfoZhV3YDCh4Ai3dgAX76MnrT0D+5E1Q2V4z5 lDl2SQ1pkOkxghBAMfTLZECqGLxE4kotmkxfaanR28kInNF368lWgd3LaboVOTe4sK8q HKkrZALRTbNV+iOc9oRbTN3LdKWVn9hwZpLZpfhSu29BpD1/Zolg42m3cGDxPTHsWgtn kQ9A== X-Gm-Message-State: AIkVDXKmKjDNaAFnpjLIQn9ZKqmBw5SeE+NyYEp7VdlanxtVstbPHGtOLwHaDrKB/vePRw== X-Received: by 10.223.173.183 with SMTP id w52mr6159634wrc.164.1484205112659; Wed, 11 Jan 2017 23:11:52 -0800 (PST) Received: from [178.168.164.157] ([80.149.233.242]) by smtp.gmail.com with ESMTPSA id x140sm1566721wme.19.2017.01.11.23.11.51 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Jan 2017 23:11:51 -0800 (PST) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Message-ID: <0DE25BF8-D349-48EF-A83B-8837DD4AD1E0@gmail.com> Date: Thu, 12 Jan 2017 08:11:50 +0100 To: PHP Internals X-Mailer: Apple Mail (2.3259) Subject: Explicit constructor call and polymorphic dispatch From: tim.bezhashvyly@gmail.com (Tim Bezhashvyly) Dear internals, I would like to propose 2 RFCs: - Disallow explicit call of __construct method - Polymorphic dispatch I'm sure I'm not the first who came with those 2 ideas so in case those = were already proposed and rejected just let me know. Otherwise please bless me with mana which will allow me to submit them. Regards, Tim=