Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:103803 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 31879 invoked from network); 23 Jan 2019 19:05:57 -0000 Received: from unknown (HELO mail-lf1-f46.google.com) (209.85.167.46) by pb1.pair.com with SMTP; 23 Jan 2019 19:05:57 -0000 Received: by mail-lf1-f46.google.com with SMTP id p6so1944218lfc.1 for ; Wed, 23 Jan 2019 07:43:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=krmUPUPux+QoalJBW89UJaRijDmN/ep8Kjc0UACVy1o=; b=LxP9NADDhv6r/EoAgJBXJgGjMmqgo3O/OFjYo/rWgqKCy2e826goNDikdxZhjUwyQ1 9UxLFD78MnPxX9oFA62Lsx2SjmQxBd/65KfeeJAdkTGaWSyGXb3Yk/32IfaAq2i6DoFU Xtlwv8DcOPenD7ML7mL/iGs/J3nmezQU/EamtxXuKgRwa/a5gk7KIkpK+fjEc8nJHD0z ki081+oni0kdrfmuVtAEB2/uKhbriSqIzJNQDa/g49K+yKokmM1WCRMFq8dQ7gbsogjL Z3xukunGjz0onU064LzmwzdQ2TuAoqW43Jv9/PwX+lK2+fiukqCh8er1IyYXin0xkvIj UOkg== X-Gm-Message-State: AJcUukd11nQJdayGYzGF5r3s2a1453CEMemOEFj3Q//UlplABgyWGkrd lnob0cED9/lGm87UaP/NX6o5t/PlQsERK9UpIcU= X-Google-Smtp-Source: ALg8bN7smJVQV+9pVlJe2Tuy/FwTbEMxXeyL2j4mTApQ2kPzLrYkqdsBVlvSULhmAAsJ13qcGSa2n72n13QVvaRHvHQ= X-Received: by 2002:ac2:4343:: with SMTP id o3mr2046670lfl.129.1548258231179; Wed, 23 Jan 2019 07:43:51 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 23 Jan 2019 08:43:34 -0700 Message-ID: To: Bruce Weirdan Cc: Andrey O Gromov , PHP Development Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Proposal fo "Code-free constructors declaration" From: levim@php.net (Levi Morrison) On Wed, Jan 23, 2019 at 6:57 AM Bruce Weirdan wrote: > > On Wed, Jan 23, 2019 at 2:32 PM Andrey O Gromov wrote: > > > Proposed syntax > > class A($prop) extends B("BlaBla", $prop) { > > } > > Would this work with anonymous classes? If so, how would the syntax look like? I have the same question. I don't think it would work with them, but I could be wrong.