rfc:nullable-casting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
rfc:nullable-casting [2018/08/07 16:12] – created david.prowebrfc:nullable-casting [2018/08/10 22:30] david.proweb
Line 1: Line 1:
 ====== PHP RFC: Nullable Casting ====== ====== PHP RFC: Nullable Casting ======
  
-  * Version: 0.9+  * Version: 0.1.0-draft
   * Date: 2018-08-07   * Date: 2018-08-07
   * Author: David Rodrigues, david.proweb@gmail.com   * Author: David Rodrigues, david.proweb@gmail.com
Line 31: Line 31:
 | object ({ a => 1 })     | object ({ a => 1 })    | object ({ a => 1 })    | Yes                   | | object ({ a => 1 })     | object ({ a => 1 })    | object ({ a => 1 })    | Yes                   |
 | null                    | object ({})            | null                   | No                    | | null                    | object ({})            | null                   | No                    |
- 
  
 **Note:** the ''(unset)'' will not be affected, returning ''null'' in any case. **Note:** the ''(unset)'' will not be affected, returning ''null'' in any case.
  
-====== Example ======+==== Example ==== 
 + 
  
 ===== Backward Incompatible Changes ===== ===== Backward Incompatible Changes =====
rfc/nullable-casting.txt · Last modified: 2019/04/21 09:03 by guilliamxavier