Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109542 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 56517 invoked from network); 5 Apr 2020 15:34:41 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Apr 2020 15:34:41 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6B3061804E0 for ; Sun, 5 Apr 2020 07:02:08 -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=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT, 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-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) (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 ; Sun, 5 Apr 2020 07:02:07 -0700 (PDT) Received: by mail-io1-f42.google.com with SMTP id o3so12910934ioh.2 for ; Sun, 05 Apr 2020 07:02:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=X9EtlvHsn6X80l60sdFrlq9RAmXJXT6d2dfKbQukmEc=; b=s9QBnRQj5o94MK8tjSVy0hEBRVtt5rm6mep2im947yG3bBS1hw7Gje3b+nNRo+RM5o HFgNOuFKhnBxQ6FjB7TWjqyUnMpvMncNYl/4n/oH2ayNCNifiozWa67DLFFAGOSsYTqe LZNVq3/kbrapGO7h8Ewdlypi1D0pfT/7OT8klMEHsY7lBAWW+mUSQStbYuQ7qwh6ntTA ZtyqzMrXx5YXsNCzj4wDfOUk1/ouV/Hr3oV2MZTNn8I+1HFWfqzHFUmrR8mx2MPxXQF4 hoodoZ4uOFYHIOpoTxLjD+RhJbA8MIHhgBc59INQJc6U34aCMkoXxeAfaCWHjyX7UGVR 8owA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=X9EtlvHsn6X80l60sdFrlq9RAmXJXT6d2dfKbQukmEc=; b=gqEPcjo20c0Kvd95AOtpNQpQIsazEtMRW/478reBsQeVhXiYNdN40aHM1mM8OwMeez Uucw7XyLI4RMdECvLunSz/Dgqv2O4iYuLNjPUmBkOM9qX3fyIkOfeJbyxUXeeZZDYefe gZFw2bx3m3lzGef5wSAHkQH05D3YvcYpnHrHLDbU0+B0zQUSB7QNO2rIC7bDStKS8Lkp VKC5/TOU6nxJxFiL5uAQ2e4ZxJkgH44wV73wbWNAvp69OWmU3TGTGdrmkEjnQ34tyZ6g kCHN0ywtOajukHLlBgIvJR3b2MZRNlRtJhu9kJgz1111jEomTwMbM5FLhdpWw7+3w59j /uGA== X-Gm-Message-State: AGi0PubyyHC3Y9F4zkDMU+eZwXqfnFVNVYCwtg3udJbZOgWBE1pG2Fac OpPfazDBST6lb9oaTUApDwReDfk7ex0XyHSNfTwKBJQmUeI= X-Google-Smtp-Source: APiQypKYu4MN+7Jz7mpDB6MpWh/zjg5oPmGaogAlw6tAGk/strnAg1RXl41/nmsDPqcjt139wOVAD0ReH2udXM2ZFRI= X-Received: by 2002:a6b:4109:: with SMTP id n9mr15584255ioa.141.1586095324831; Sun, 05 Apr 2020 07:02:04 -0700 (PDT) MIME-Version: 1.0 Date: Sun, 5 Apr 2020 16:01:54 +0200 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="0000000000006aa3ed05a28b98e1" Subject: [RFC] [DISCUSSION] Ensure correct magic methods' signatures when typed From: carusogabriel34@gmail.com (Gabriel Caruso) --0000000000006aa3ed05a28b98e1 Content-Type: text/plain; charset="UTF-8" Hello, internals. Hereby you can find the RFC Document that I want to discuss as suggested via https://externals.io/message/109416 and https://externals.io/message/107990: https://wiki.php.net/rfc/magic-methods-signature Best regards, -- Gabriel Caruso --0000000000006aa3ed05a28b98e1--