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:43] 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 95: Line 97:
 Voting started on 2020-05-29 at 18h (CEST) and ends on 2020-06-19 at 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.1590770616.txt.gz · Last modified: 2020/05/29 16:43 by carusogabriel