Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:117532 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 33125 invoked from network); 14 Apr 2022 13:05:19 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 14 Apr 2022 13:05:19 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 45CBE1804A9 for ; Thu, 14 Apr 2022 07:37:34 -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.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,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-io1-f48.google.com (mail-io1-f48.google.com [209.85.166.48]) (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 ; Thu, 14 Apr 2022 07:37:33 -0700 (PDT) Received: by mail-io1-f48.google.com with SMTP id q82so642501iod.6 for ; Thu, 14 Apr 2022 07:37:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Ksn9sgdNrH0zRkP9q4g+blJdFsga2OBcCs+azvcWKRk=; b=HKDhlOLm+IM3frvCQVvVKZ9iwBwnxuA952OyrL744iB759OTTiWrlEwFQ/ohno1tt6 2p6/CpWzYL4U4PSJeb2hW1FmaW9rlH/8QvO1HHk7fhDPGfmdOLvElJzILKHdIvuba9FS fmHsviIr9J94pMMlCbSCBLSySk0g6sXwSlkshUC4ipeP+YrAilhqpNztjo1+6OTsPFIe uVxn0O/F/x1NFKbPIE/r/TUIO7pJc0xHs3j2rbZZH5nZYETiHQg2xqLhPiLhNQn/d6a0 kQKGOvQMR8ImBUuhX1+A7lEDiq1RxtofRfyvEYNSgcwgvmZmzFF1rms4cvJDo734xLVm xe0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Ksn9sgdNrH0zRkP9q4g+blJdFsga2OBcCs+azvcWKRk=; b=6vkRPXEJ/OQs3LTFWn+2ASdcJoSmVcoJfO0FExgcPO3GCyi/ioeAckNReoGxkdbNBQ iX0pfgwWijDU+Pscujz/Cgs4jeP+I9sUw2qdXzDMzVdfPZqYkCivgat5IX91CnTEYgnt OPOMHa1bZmCGa/sXfmW8bVXz0sFFl3e3CIn8XFaQfmNXMy+WUeBd6G77UKHsThiPbv71 72C8or11n5KBfIAylSNzeURT4WO6sYswRYwylgk+rXd8KvLWd5+ap1QoHBfhZ68r8EkL 8Lw+eW9NlCkyAVlzxO0sE2/02FBRp8VCscqVx+cdPrhGzmOIF+LVoDTXdepuJFqtgieE OJfQ== X-Gm-Message-State: AOAM530OtaqTdcpFFYID13ywq5A5aEo1HiLdZQDN+B5KvUt16RT8WPjd XbLaAZK/Lw9ZjRRcURLa3595QajsdwryUEpLrq6zgCOP X-Google-Smtp-Source: ABdhPJzjjSYfDZeN7BlwM/DljHJ0zgJcuAJv0PYZ6BagFLdFH/iK8WrzjBEYWKWx8HymPf2oI/Tq+/GbvPP22dLE+S8= X-Received: by 2002:a05:6638:3a5:b0:324:1f1c:dd6 with SMTP id z5-20020a05663803a500b003241f1c0dd6mr1397964jap.106.1649947052976; Thu, 14 Apr 2022 07:37:32 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 14 Apr 2022 16:37:22 +0200 Message-ID: To: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: Add leading backslash to enum and class names in var_export From: tovilo.ilija@gmail.com (Ilija Tovilo) Hi everyone > Marco Pivetta created a PR that adds leading backslash to all class or > enum names of var_export. Adding a backslash will make the code work > both inside or outside namespaces. > https://github.com/php/php-src/pull/8233 > > To avoid disruption, I'm proposing to merge this into PHP 8.2 only. > Unless anybody has any objections to this change I will merge it in a > few weeks. Just another reminder. If there are no objections I will merge this next week. Ilija