daverandom

daverandom

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.

Deprecate Inconsistent Cast Names

Author
Scalar type declarations use only a single name for each numeric type, but casts permit some variation. This RFC proposes to deprecate the variants that are not...

Normalize string bitwise shifts

Author
This RFC proposes that the behaviour of bitwise shift operations on strings be altered to match the behaviour of bitwise shifts on integers.

Additional Usage for the Splat Operator

Author
This RFC proposes an additional usage in array literal declarations for the argument unpacking operator introduced in PHP 5.6.