The PHP.net wiki| wiki.php.net
PHP RFC: PDO Driver specific SQL parsers| wiki.php.net
PHP RFC: First-class callable syntax| wiki.php.net
This document is here for organizational purposes, please see the links below for current and past proposals.| wiki.php.net
PHP RFC: Algebraic Data Types| wiki.php.net
PHP RFC: Never Parameters (v2)| wiki.php.net
Rasmus Lerdorf created PHP at a time when a faction within the free software movement was growing dissatisfied with the politics and philosophy of the movement and splintered off, crystallizing around a more permissive set of licenses viewed as friendlier to commercial use—this became the open source movement.| wiki.php.net
PHP RFC: Pipe operator v3| wiki.php.net
Request for Comments: Property get/set syntax| wiki.php.net
PHP RFC: Enumerations| wiki.php.net
Developers often use methods to wrap and guard access to object properties. There are several highly common patterns for such logic, which in practice may be verbose to implement repeatedly. Alternatively, developers may use __get and __set to intercept reads and writes generically, but that is a sledge-hammer approach that intercepts all undefined (and some defined) properties unconditionally. Property hooks provide a more targeted, purpose-built tool for common property interactions.| wiki.php.net
PHP RFC: Typed class constants| wiki.php.net
Currently, non-readonly classes are disallowed to extend readonly ones:| wiki.php.net
PHP RFC: Randomizer Additions| wiki.php.net
PHP RFC: Marking overridden methods (#[\Override])| wiki.php.net
PHP RFC: json_validate| wiki.php.net
PHP RFC: Dynamic class constant fetch| wiki.php.net
Important: parts of this RFC were further enhanced by https://wiki.php.net/rfc/opt_in_dom_spec_compliance| wiki.php.net
PHP RFC: Generic Types and Functions| wiki.php.net
PHP RFC: JIT| wiki.php.net
Request for Comments| wiki.php.net
Request for Comments: Class Metadata| wiki.php.net
PHP RFC: Typed Properties 2.0| wiki.php.net
PHP RFC: Covariant Returns and Contravariant Parameters| wiki.php.net
PHP RFC: Union Types| wiki.php.net
PHP RFC: Constants in Traits| wiki.php.net
PHP RFC: Random Extension Improvement| wiki.php.net
PHP RFC: Disjunctive Normal Form Types| wiki.php.net
PHP RFC: Random Extension 5.x| wiki.php.net
PHP RFC: Readonly classes| wiki.php.net
PHP RFC: Allow null and false as stand-alone types| wiki.php.net
PHP RFC: Deprecate dynamic properties| wiki.php.net
PHP RFC: Union Types 2.0| wiki.php.net
PHP RFC: Named Arguments| wiki.php.net
PHP RFC: Attributes v2| wiki.php.net
PHP RFC: Add true type| wiki.php.net
PHP RFC: Tagged Unions| wiki.php.net
PHP RFC: Pattern Matching| wiki.php.net