Home » Community » People » reeze »
reeze

reeze

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.

Support Class Constant Visibility

Author
Target
7.1
Classes in PHP allow modifiers on properties and methods, but not constants. It is an easily fixed inconsistency, and a feature that many want and most surprise...

Class Constant Visibility

Yes
No
Yes
28 Votes (93%)
No
2 Votes (7%)

Allow error_handler callback parameters to be passed by reference

Author
In userland it is sometimes necessary to extend PHP's notices/warnings with additional information (e.g. username from session, request-uri, http-host, stack tr...

Allow error_handler callback parameters to be passed by reference

Allow $errstr parameter to be passed by reference
Allow $errno, $errstr, $errfile, $fileno parameter to be passed by reference
No, Allow none of the parameter be a reference parameter
Allow $errstr parameter to be passed by reference
3 Votes (15%)
Allow $errno, $errstr, $errfile, $fileno parameter to be passed by reference
1 Votes (5%)
No, Allow none of the parameter be a reference parameter
16 Votes (80%)

Default Value in List Assignment Syntax

Author
We could destruct variables from an array with list constuct, it may be nested or a simple array. But there is no guarantee that the array can fulfill all vari...