rfc:base-convert

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
rfc:base-convert [2017/09/22 13:28] – external edit 127.0.0.1rfc:base-convert [2018/03/12 16:37] (current) – Add an exception as an option. pollita
Line 25: Line 25:
   * B. Throw a Warning and return FALSE on unexpected characters   * B. Throw a Warning and return FALSE on unexpected characters
   * C. Throw a Warning, stop processing, and return the value up to that point (strtol() behavior)   * C. Throw a Warning, stop processing, and return the value up to that point (strtol() behavior)
 +  * D. Throw an InvalidArgumentException
  
-Option A is the least BC breaking option of these three, and may be desirable for 5.4, 5.5, 5.6 branches while master takes a more aggressive option.+===== Targeting Version ===== 
 + 
 +7.next
  
rfc/base-convert.1506086901.txt.gz · Last modified: 2017/09/22 13:28 by 127.0.0.1