rfc:magic-methods-signature

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:magic-methods-signature [2020/05/29 16:38] – Open for voting carusogabrielrfc:magic-methods-signature [2020/08/01 23:34] (current) – Move RFC to Implemented carusogabriel
Line 3: Line 3:
   * Date: 2020-04-05   * Date: 2020-04-05
   * Author: Gabriel Caruso (<carusogabriel@php.net>)   * Author: Gabriel Caruso (<carusogabriel@php.net>)
-  * Status: Voting+  * Status: Implemented
   * Target Version: PHP 8.0   * Target Version: PHP 8.0
   * Implementation: https://github.com/php/php-src/pull/4177   * Implementation: https://github.com/php/php-src/pull/4177
Line 44: Line 44:
  
 Foo::__get(string $name): mixed; Foo::__get(string $name): mixed;
 +
 +Foo::__invoke(mixed $arguments): mixed;
  
 Foo::__isset(string $name): bool; Foo::__isset(string $name): bool;
Line 93: Line 95:
 ===== Voting ===== ===== Voting =====
  
-Voting started at 2020-05-29 18h (CEST) and ends 2020-06-19 18h (CEST).+Voting started on 2020-05-29 at 18h (CEST) and ends on 2020-06-19 at 18h (CEST).
  
-<doodle title="Ensure correct signatures of magic methods" auth="carusogabriel" voteType="single" closed="false">+<doodle title="Ensure correct signatures of magic methods" auth="carusogabriel" voteType="single" closed="true">
    * Yes    * Yes
    * No    * No
rfc/magic-methods-signature.1590770333.txt.gz · Last modified: 2020/05/29 16:38 by carusogabriel