rfc:binary_string_comparison

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:binary_string_comparison [2014/08/17 10:55] – sorting regular maberfc:binary_string_comparison [2014/08/17 11:03] – references mabe
Line 251: Line 251:
  
 ===== Backward Incompatible Changes ===== ===== Backward Incompatible Changes =====
-Existing code that relies on the current behavior on non-strict string to string comparison will only produce the originally expected result if the string representation is the same. This can be easily resolved by explicitly casting one of the operands to an integer or float.+Existing code that relies on the current behavior on non-strict string to string comparison will only produce the originally expected result if the string representation is the same. This can be easily resolved by explicitly casting one of the operands to an integer or float respectively define the sorting algorithm.
  
 ===== Proposed PHP Version(s) ===== ===== Proposed PHP Version(s) =====
Line 282: Line 282:
  
 ===== References ===== ===== References =====
-http://php.net/manual/en/language.operators.comparison.php +  * http://php.net/manual/en/language.operators.comparison.php 
-http://php.net/manual/en/types.comparisons.php +  http://php.net/manual/en/types.comparisons.php 
-http://php.net/manual/en/language.types.string.php#language.types.string.conversion +  http://php.net/manual/en/language.types.string.php#language.types.string.conversion 
-https://bugs.php.net/bug.php?id=54547+  * http://php.net/manual/en/language.types.type-juggling.php#language.types.typecasting 
 +  * https://bugs.php.net/bug.php?id=54547
  
 ===== Rejected Features ===== ===== Rejected Features =====
 None so far.  None so far. 
rfc/binary_string_comparison.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1