Home » Community » People » danack »
danack

danack

Contributor Directory

RFCs

Language and policy proposals from this contributor
RFCs are part of the process by which decisions are made about PHP. For more information about the RFC process as well as viewing a full list of RFCs please visit the RFC section.

Object typehint

Author
Target
7.2
PHP 7 introduced scalar types for parameters and also for declaring return types for functions.

Accepting the object typehint RFC for PHP 7.2?

Yes
No
Yes
32 Votes (91%)
No
3 Votes (9%)

Object type should implement variance?

Yes
No
Yes
10 Votes (33%)
No
20 Votes (67%)

Accept Closure from Callble? (50%+1 majority required)

Yes
No
Yes
40 Votes (100%)
No
0 Votes (0%)

Constructor behaviour of internal classes

Author
Target
7.0
Several internal classes in extensions that ship with PHP exhibit some highly surprising behaviour. This RFC has two aims:

Constructor behaviour of internal classes

Yes
No
Yes
32 Votes (97%)
No
1 Votes (3%)

Prevent disruptions of conversations

Author
The internals email mailing list is the main tool that is used to coordinate work on the PHP project.

Callable Constructors

Author
Currently in PHP, the constructor methods of classes can only be directly invoked through the language construct of 'new', they cannot be called as a callable v...