Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:121543 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 79945 invoked from network); 31 Oct 2023 11:34:02 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 31 Oct 2023 11:34:02 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 99252180382 for ; Tue, 31 Oct 2023 04:34:01 -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=-0.7 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 31 Oct 2023 04:34:01 -0700 (PDT) Received: by mail-pj1-f41.google.com with SMTP id 98e67ed59e1d1-27db9fdec0dso4899271a91.0 for ; Tue, 31 Oct 2023 04:34:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1698752040; x=1699356840; darn=lists.php.net; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=o+TPr5tuFtYYdcDyCiMyg9FCJy+LOhg7BaSDxPi3PEU=; b=MBXILeETCNoPT6dJTj01HvfgxIQf9pZmUurNSbPt+vSeco9Tx+difjzfTW2ElITCb7 5LUlq8BrZgHr1mf4V7EJLjJw2Nl888S12VBNeIv1rkDWp/vfIPZOu/mJU8kdkahPMvsW RmRzY+UlEvk7jypUY6cK5MPEHm7rBV2x/LO411p1Qdkqt51y66coBirE7El7ue1O39Wu SZDV3y1gUGCqRn+73gSv3SZo/DT///F467K4WRcH7UJbk16BjCm7oySpdwJR8fU/OoUl ZLEHpTN1CyLPMboI6O/6DB2neTLO59czJYzzX0A0CUjzt8Lj5slX03KQcSACOJnWWaSk OFSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698752040; x=1699356840; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=o+TPr5tuFtYYdcDyCiMyg9FCJy+LOhg7BaSDxPi3PEU=; b=bHgvE5qHws+OQqOFrv9Y3CydZ/6AnOh/tzH6NunXX4dYZpFp7yG0YMDwU5w8QH5bOh 042dE36vR3k1I0sfsjSJKRu7daCJ1pvKzYg0bxwUVw/JT8QIEuqLTtEUPDF8g2NEhes5 1bAix5UWGAj51HdxQlllNSRWrAa5fhDiGuJyeHFi90kj4fLTlD5d9QM0K8CM1+v3kIuI EMSd6inEllPuv6MHcEOr2U4jPnhw9P3d3Ez8JeqIwAS0W2arM/jWV5c0D23OWwfmbz3t x/fGy1tqWZF2YDo6uO54qOhgaE6agjdSNOW6/qV8shmu1YYX2JDAVEABebqGovw6KA3S Ze3A== X-Gm-Message-State: AOJu0Yz7vLjMEF6iiStDEEcAOVJQ2XrPE/cZd9Qh0TYXzzhbx6xJqgLE nSA3O91v1qdsRzshADe9UQWsryN5psRpBtkClGs= X-Google-Smtp-Source: AGHT+IGT0C08oo4EKkhgJlIkcR8B8bQAH3xVzhoKMNjG6uIsgZWvu0Pe4ior+9BIrfFDcoovxlnrq0G926mcmT362Rw= X-Received: by 2002:a17:90b:4004:b0:280:94e8:99f4 with SMTP id ie4-20020a17090b400400b0028094e899f4mr2394640pjb.46.1698752039912; Tue, 31 Oct 2023 04:33:59 -0700 (PDT) MIME-Version: 1.0 References: <1f170e8f-5002-4ea3-b6b8-0a0c19435b8c@gmail.com> In-Reply-To: Date: Tue, 31 Oct 2023 11:33:48 +0000 Message-ID: To: Alessandro Rosa Cc: Marcos Marcolin , internals@lists.php.net Content-Type: multipart/alternative; boundary="000000000000e689060609018734" Subject: Re: [PHP-DEV] New RFC : empty() function From: george.banyard@gmail.com ("G. P. B.") --000000000000e689060609018734 Content-Type: text/plain; charset="UTF-8" On Tue, 31 Oct 2023 at 11:23, Alessandro Rosa wrote: > Hi Marcos, > > thanks for feedback. > Could you be clearer about your advice and gimme an example please? > I have edited the RFC content to add highlighting, hopefully you can now use that to improve the RFC text. However, I'm not very convinced at the moment that such a function is truly useful. Best regards, Gina/George P. Banyard --000000000000e689060609018734--