Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116858 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 95761 invoked from network); 10 Jan 2022 17:23:43 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 10 Jan 2022 17:23:43 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3F34F180541 for ; Mon, 10 Jan 2022 10:32:29 -0800 (PST) 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,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-lf1-f41.google.com (mail-lf1-f41.google.com [209.85.167.41]) (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 ; Mon, 10 Jan 2022 10:32:28 -0800 (PST) Received: by mail-lf1-f41.google.com with SMTP id h2so47533947lfv.9 for ; Mon, 10 Jan 2022 10:32:28 -0800 (PST) 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=/znHco1htESYSBd9POgXIBWzobWnOPx6elEYHhDXhO4=; b=FLI4frtdxHXQnSc6wpwtyPw1AIB0TVMOWIv6grvCpuVSqs9twNcA7erFcRkI1CZZu1 UGq/E7upYsWmvwNo80lTL2OMgBt+azHNsp1zZ9dt6HJ2tj4VwG6c9edWAYku0OUFmKqi XxxJtVUi21+Kj6Ik6gWr5cO6NN1tfYUtYxgxbZNfbKSz3PP2vwm24V9pbJG1lW2e1osY 0oWL5iNagBmrV7Z6CG37cBoaqHhWAhjEKBUgaDVDVeFT1na/MugBnmAFzHKn20iQWpWy /SICMCrHjLPCoLFM5c4xShi0ATJS7otuhsQugv+BeEFUC9vhVsyGdLfLGJaPxeiGE703 9z4Q== 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=/znHco1htESYSBd9POgXIBWzobWnOPx6elEYHhDXhO4=; b=CiLA1Y/DdK66ZEAPlgwfUxbAKR9vvof9+K5s9+vtZf/lpSQPh0dX3zQZzJK7rfuSC7 k0blkdNte/+eK9ZLeJkMXK7e8f71FofMtFzX/O2zehjaNjXaagPxCAivWrSHnt33k0c+ uVqv6zvQn8dD3XQvkS70cxvfoSBvQVnjS1xkNUvU6AshHy7P2JyWILbBH7ZZ3RtrspYz /S8QRrE4vwJAUQ+bDNRrK4rPeUPxfWhqdWXYv85hMz6gZ8Ht+8pu8v1rEfvfoa14NebP TDo1bXKu14LxKmQ2PV1gCvdjPu0KXHWNwf6gSdEOSTEZkSOAw0Ksx21fcp38J5OAinXk H8lw== X-Gm-Message-State: AOAM533OCSnd4MOcxIriZTp/ZIXusBWUm+/c8HqoIio6wgy1vtQkFWN+ q/plr596DY2gtSRrri+8dXYMXoYbLLlpp6PDFhU= X-Google-Smtp-Source: ABdhPJyEaZFM1dwf+DgtekOfjixHM90P6aRBQJjL36aI0CTCC+lhVljmNL2MKxAo57KAdDN8O8eAct395FXhic359Tg= X-Received: by 2002:a05:6512:2116:: with SMTP id q22mr728714lfr.258.1641839546900; Mon, 10 Jan 2022 10:32:26 -0800 (PST) MIME-Version: 1.0 References: <1804801.tdWV9SEqCh@come-prox15amd> In-Reply-To: Date: Mon, 10 Jan 2022 10:32:14 -0800 Message-ID: To: Guilliam Xavier Cc: =?UTF-8?Q?C=C3=B4me_Chilliet?= , PHP internals Content-Type: multipart/alternative; boundary="000000000000f8a60205d53e8e13" Subject: Re: [PHP-DEV] [VOTE] User Defined Operator Overloads From: jordan.ledoux@gmail.com (Jordan LeDoux) --000000000000f8a60205d53e8e13 Content-Type: text/plain; charset="UTF-8" Actually, on second glance, it seems that they make a call to zend_compare. So currently they would all work with an implementation of <=> but not ==. So I'd mostly just need to update the fast_equal_check_function. Jordan --000000000000f8a60205d53e8e13--