Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116276 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 40320 invoked from network); 13 Oct 2021 21:14:55 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 13 Oct 2021 21:14:55 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 85A2C18037F for ; Wed, 13 Oct 2021 15:01:25 -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.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS 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-oi1-f170.google.com (mail-oi1-f170.google.com [209.85.167.170]) (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 ; Wed, 13 Oct 2021 15:01:25 -0700 (PDT) Received: by mail-oi1-f170.google.com with SMTP id t4so5764547oie.5 for ; Wed, 13 Oct 2021 15:01:25 -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 :cc; bh=P1rGwI7v4CWc+h/G5Oqh+rm11lJzuVZThTzHv7H4X0I=; b=VVc3AR8midva9llTXCM1iAwBcnxuULedYXjcLRwCcIuP19NLGM5eAhMYube6n3l0Vp ZPmnl15WOhpByBH4Ykdl1jn/CF9rG3Eg3yXfcFQvENssJ+BfcvAdYgBD6Lw5tppLKyyH OVkAH8FwfaHGEEipC5609F+Dzkf97xx0yC2/BDczHx99RndFMLLAmCojGm4BNZaOmJrX dUFO2qYIyFkgdZiRzERWHwWnFflHeWASrIsd7LxML3XKektnJLWSTRit48NOgIDgmf09 cz4DNbQnt1aMDWvauhts9Kx89hwOFSLouk4uy8ON2D/RsWT/cTZvOAIWfYN9bI89Wgi0 vatQ== 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:cc; bh=P1rGwI7v4CWc+h/G5Oqh+rm11lJzuVZThTzHv7H4X0I=; b=EH4ttvAhIcCAIqvzUN0Y2fzhR1Ht8ApB5PiZpW9MOH7WYCafR+28tIEUVjOp8Fy2YC hnqJ1EGsdsQ2BCPI4nnyts0tH2py3cvX96s2QaVqY8uFqIOeDRrkTMSAzN4lG/joACag sc+nBx88Vn6oRpUtPoZW2HCRhMXhiv34q8W8ZEb0ttRrep0tRtmmRRp3DZE4pxBISoWZ qGiOXcPfX/qLmMSJ57ECrZdKdMt8HL/HJpN0Ve3UXP8zbh/vG7XFX8qplg+gLj7xQgL4 7f/bAlBJnXaH0O1oD9lKf2ukOTcfm84BlBJEt8S80AklrUkeZ7+SDLnvCaYNYjfM35Zp E0Kw== X-Gm-Message-State: AOAM533URumAAeygNSA1RNt0Dg/JEBQASMvY7yEHRYEV9gzWmYOf+8Ai KTwEbgLiU2zH2SuzSpLjFsPRrsm817tlf7UPjavy5qTZ1Z0= X-Google-Smtp-Source: ABdhPJyWz29DOdn2m6eUknPS2LxxfEThc0nQlTI2vJTNlD07rUGKtJIu1v6N4+zgKOG50jbpsYCuOA7mmd5GzSaE0lw= X-Received: by 2002:a05:6808:1487:: with SMTP id e7mr1290857oiw.126.1634162483020; Wed, 13 Oct 2021 15:01:23 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 14 Oct 2021 00:01:12 +0200 Message-ID: To: "G. P. B." Cc: PHP Internals Content-Type: multipart/alternative; boundary="0000000000004e46de05ce431ac0" Subject: Re: [PHP-DEV] Order of properties in (array) cast on PHP 8.1 From: benjamin.morel@gmail.com (Benjamin Morel) --0000000000004e46de05ce431ac0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable > > Yes, this change is expected and documented, see: > > https://www.php.net/manual/en/migration81.other-changes.php#migration81.o= ther-changes.functions.core > Thanks for the pointer! And sorry for the noise. =E2=80=94 Benjamin --0000000000004e46de05ce431ac0--