Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115235 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 23580 invoked from network); 30 Jun 2021 10:47:19 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Jun 2021 10:47:19 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7D162180502 for ; Wed, 30 Jun 2021 04:07:33 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from sender4-op-o11.zoho.com (sender4-op-o11.zoho.com [136.143.188.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 30 Jun 2021 04:07:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625051249; cv=none; d=zohomail.com; s=zohoarc; b=BFcFaAEZBlVjspA+GRkFoTGlRB+GYhUQROpNl0lLAVorhDLWU1/OcbhgN7lpazExzlSNXzWyXPfsTc4zmzfux3xUrBcwbs52uXuES6Fl8Gl9NpZSueqoOJzB/xXXkQ0/7lRVsYrRLNdJ8Zi7xbK4rUabnhZL+9Gzsa/XJqx+pbk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1625051249; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=CwUTJXVzWq48dm+tMy1jnXDhHF5NxUKcBQ9jdQf2Sk4=; b=iqbTmggCXYIj0SORUc45JIG7dj91fi4TDnOknQPJNWQQk8px3mgM9Cfo8oxLBdovB5dK5I9AHumWJc+PEHarYRC4ZA3DCR31Cv8PMryQaUlJaBGuit/9MAGe7CNX76Fu/W8mOFnA2v83tVSJmQ827bx+Ip/DVJ7CkVeAJpInzwE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=manuelcanga.dev; spf=pass smtp.mailfrom=php@manuelcanga.dev; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1625051249; s=zoho; d=manuelcanga.dev; i=php@manuelcanga.dev; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=CwUTJXVzWq48dm+tMy1jnXDhHF5NxUKcBQ9jdQf2Sk4=; b=fas5fDqHIKgnCLqTjDQ5qOQI0VMYMsbKS3hfZch0qVZl10YJsW5ikcQTldyuwJ/5 v8LmGrQabLflXX+2H2/jbKgRfeI2IBRFbGgMDeSY1Xv0zotTKlVAkM2EIaySIusZVmH MyH4U/IbAf/klmaPU8qtLVOv3b9nDniWlZ99bMKo= Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1625051217544274.2918112769288; Wed, 30 Jun 2021 04:06:57 -0700 (PDT) Date: Wed, 30 Jun 2021 13:06:57 +0200 To: "Lynn" Cc: "Guilliam Xavier" , "Internals" Message-ID: <17a5c99be63.b3eaaf9c60579.6343985907471554240@manuelcanga.dev> In-Reply-To: References: <17a588d53cc.f512f451993137.1114693900572862097@manuelcanga.dev> <17a59fe12e6.bbd740bb1055351.7212410057372869791@manuelcanga.dev> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Importance: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Subject: Re: [PHP-DEV] [RFC] Alternative syntax for Nowdoc. From: php@manuelcanga.dev (Manuel Canga) ---- En mi=C3=A9, 30 jun 2021 11:16:24 +0200 Lynn escri= bi=C3=B3 ---- >=20 > I'd expect a lot of markdown issues when trying to write examples using > backticks. While such a thing might not be blocking for a nice language > feature, it will surely impact the tooling in the ecosystem for > documentation. I already run into issues with single line code examples = in > Discord because it gets messy real fast. Sure it's just an annoyance, bu= t I > would like to suggest avoiding it if we can. > ``` > `const something =3D `foo`;` > ``` Hi, Lynn.=20 My intention wasn't a closed purpose. Maybe ``` is not a good syntax, In th= is case, other can be found. Regards Manuel Canga