Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128858 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id B83201A00BC for ; Fri, 17 Oct 2025 08:17:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1760689036; bh=J0Zll34oKxCG4YJ5OwHl77ga2tHcuW8ryKVSeUanqGA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=bsXlilyN3b7eBk7unbpj2UHPlW9R+EW70SrTszRAu0ypD2ycSuOA7XXZbjQCIuVo7 jNjd1pAXV0gaKaixaDJxONRUlS7o/vckqFiIhOPFnGHAu86HzQU/Hh+QFG/LN68FxF c8z0hk5seKy4RfKPptOETsTPXNk9/zON7doSTGktjcfoKKe433ZvZTU0yDGgqhM/Cg sJKobqzb3vFjlsjOtiCFRQVt+6+4obc4VFs/HlzXR6b5qoJsYIAn7OZUs+KObzibPN M7D5cgf9rrf+NnE6e1N+mced8MvOcMtoBJIN7KrMlPT/zETnJDwpRW56DQHxh3BQF9 bY6jTQMkG2gHg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C90C918006A for ; Fri, 17 Oct 2025 08:17:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) 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,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 17 Oct 2025 08:17:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1760689029; bh=iAzqWX6I8GTDP2pYR6BWaGYSrgWB+1g/ON1ZRxQWU4w=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=RMaag80GrQomYuxix0ihM6JgMPwm9EWB/AsDQFUQrZOhMuT0ayLIxP3GlkvEJRi0K ueYaOrNdJ2EU1XwhAXX7QnTgMCZgMQ58Cqxl918RWBvcOgdx716NYz1Y78vz6p/tv8 lAuq7kxihh7Be528Hdyy5XzJty0n09T9R0OsnskbLO6y74meWEDiSqWlDRTs4wfks1 lSBiYUqWZa4X/KvOYJvYWaF4YSNlPxq9jd4zYHJCjvvUnAb7gnnY26GN0wsKj2uwSC JDMpcnebLKY6hyWKpW+lBzGYtiT6NpF5ggzPQ8subt3vWOIJ21L7nbNnCi46kBrCDr 2YU8dWtBHBWPg== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Fri, 17 Oct 2025 10:17:09 +0200 To: Larry Garfield Cc: php internals Subject: Re: [PHP-DEV] [RFC] Partial Function Application v2 In-Reply-To: <5d215e02-5602-4352-95f2-d3e6116c0c7d@app.fastmail.com> References: <13830641-0fb9-4de9-94ed-8873045ef820@app.fastmail.com> <17c4de1b-96bd-424f-b1ed-637cfc961464@app.fastmail.com> <5f3d595367cee8d7506b54a6c5cb3d78@bastelstu.be> <5d215e02-5602-4352-95f2-d3e6116c0c7d@app.fastmail.com> Message-ID: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi Am 2025-10-14 15:29, schrieb Larry Garfield: > I've added assert() and get_defined_vars() to the list, and relabeled > it to be incomplete. I also added a note about FCC and it being the > same list. assert() *is* compatible with FCC: