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/23 04:01] – Convert mixed annotations to actual types 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: Under Discussion+  * 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 91: Line 93:
   * //%%__%%sleep()//: https://3v4l.org/dH96A   * //%%__%%sleep()//: https://3v4l.org/dH96A
  
-===== Proposed Voting Choices =====+===== Voting ===== 
 + 
 +Voting started on 2020-05-29 at 18h (CEST) and ends on 2020-06-19 at 18h (CEST).
  
-Yes/No.+<doodle title="Ensure correct signatures of magic methods" auth="carusogabriel" voteType="single" closed="true"> 
 +   Yes 
 +   No 
 +</doodle>
  
 ===== External resources ===== ===== External resources =====
rfc/magic-methods-signature.1590206471.txt.gz · Last modified: 2020/05/23 04:01 by carusogabriel