rfc:introduce-type-affinity

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
rfc:introduce-type-affinity [2015/03/16 22:10] yohgakirfc:introduce-type-affinity [2015/03/16 22:12] yohgaki
Line 19: Line 19:
  
   * PHP does not have to convert ZVAL again and again. (e.g. "int" input is almost always treated as "int")   * PHP does not have to convert ZVAL again and again. (e.g. "int" input is almost always treated as "int")
-  * It works well with coercive type or strict type if PHP has it.+  * It works well with coercive type or strict type if PHP has it. (Not work well with currently proposed "strict_types", though)
   * User can omit simple data type validation and concentrate what data should like.   * User can omit simple data type validation and concentrate what data should like.
  
rfc/introduce-type-affinity.txt · Last modified: 2021/03/27 14:50 by ilutov