Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:113530 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 96625 invoked from network); 15 Mar 2021 03:15:14 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Mar 2021 03:15:14 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7AD4E1804D0 for ; Sun, 14 Mar 2021 20:08:37 -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=3.2 required=5.0 tests=BAYES_20, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f175.google.com (mail-lj1-f175.google.com [209.85.208.175]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sun, 14 Mar 2021 20:08:36 -0700 (PDT) Received: by mail-lj1-f175.google.com with SMTP id 184so14475826ljf.9 for ; Sun, 14 Mar 2021 20:08:36 -0700 (PDT) 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=sJCNMfmMML9RtZ17Hu5KFzML5Apb1vOiVQVnULVWym8=; b=KTMQ15CZStw5UcFsqWc50zEYM5aqg8UuA2Waynw8+rLXfPse2KhDk9mPKaw+L/BLzS MfmB12eFbl7HRompPHp7dRV0mfJfirk6WC/LNt9xElTSBMdxtKMHsfHxKrNQa8FoPIcr YFF+nUPdu1qhxI6U5WUBB2ZaerXaNRvlkOJC2BlYhSHR0LJ1aRUh9TdUITFXZKJyk2/H qNuPnqJRgOrWt01jXNpwlsorlnqE852JIRl2xPjvTjSvhZnV+QodNpQX2i6h5+bQbiPI Yq0m8TaNyxb3EGO22iTO/Jwbbg0eGdlAD16x9hjKhi0gzHAvDATjIfBTpFP1hAijwm2B baZQ== X-Gm-Message-State: AOAM531duVrZAUHCzWFB5hNGE7mOB7UeVpS7LpBynpyxrnDDAL+vE99w 6EU2X4kYhA3Cz6YbvLmlUGwsxGRPPEcnmC8I4nH0vw== X-Google-Smtp-Source: ABdhPJwc7OWBFYTLBA8ibrqDEAXjFK3rwmEOH/MEQ9Lv5doqOCl5FAuyGs8TzpRsc49mNLjWkbDZ3NspjNXGnQsNPs0= X-Received: by 2002:a2e:6e0c:: with SMTP id j12mr9343845ljc.365.1615777714550; Sun, 14 Mar 2021 20:08:34 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 14 Mar 2021 22:08:23 -0500 Message-ID: To: tyson andre Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary="000000000000b6482b05bd8a9084" Subject: Re: [PHP-DEV] RFC: Add `println(string $data = ''): int` From: pollita@php.net (Sara Golemon) --000000000000b6482b05bd8a9084 Content-Type: text/plain; charset="UTF-8" On Sat, Mar 13, 2021 at 1:54 PM tyson andre wrote: > > I've created a new RFC https://wiki.php.net/rfc/println > This proposes adding a global function to PHP to > print a string followed by a unix newline (`\n`). > > This isn't solving any problem that anyone is actually having. Yes, that includes you. You're not having this problem because it doesn't exist. We already have twice as many ways to output a string as any language needs and you want to add another because you'd rather type "LN" than "\N" ? Hard, negative ten thousand no on this. This is genuinely absurd. -Sara --000000000000b6482b05bd8a9084--