rfc:consistent-names

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
rfc:consistent-names [2014/01/22 22:20] yohgakirfc:consistent-names [2014/04/08 23:06] – Converted to actual list. levim
Line 18: Line 18:
 Add CODING_STANDARDS compliant name as default name and add legacy name as alias. Add CODING_STANDARDS compliant name as default name and add legacy name as alias.
  
-1) De facto standard names like string operation function like strcmp() remains as it is now. +  - De facto standard names like string operation function (e.g. strcmp()) remains as it is now. 
- +  Other names like mb_encode_mimeheader() become alias of mb_encode_mime_header(). 
-2) Other names like mb_encode_mimeheader() become alias of mb_encode_mime_header(). +  Names in question are discussed in internals@lists.php.net 
- +  Aliases are not deprecated and should remain at least next 10 years or more. 
-3) Names in question are discussed in internals@lists.php.net +
- +
-4) Aliases are not deprecated and should remain at least next 10 years or more. +
  
 ===== Backward Incompatible Changes ===== ===== Backward Incompatible Changes =====
Line 44: Line 41:
 ===== New Constants ===== ===== New Constants =====
  
-There may be constants that are better to have better names(?)+There may be constants that may have better names(?)
  
 ===== php.ini Defaults ===== ===== php.ini Defaults =====
rfc/consistent-names.txt · Last modified: 2021/03/27 14:32 by ilutov