rfc:comparator_interface

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:comparator_interface [2016/09/26 22:14] daspridrfc:comparator_interface [2016/09/26 22:17] dasprid
Line 7: Line 7:
  
 ===== Introduction ===== ===== Introduction =====
-The internal DateTime and ImmutableDateTime classes have an internal compare_objects() method, which allows them to be directly compared with the usual comparison operators (<, <=, ==, > and >=). This is currently not possible to implement with user defined classes, which this RFC tries to solve.+The internal DateTime and ImmutableDateTime classes have an internal compare_objects() method, which allows them to be directly compared with the usual comparison operators (''<''''<=''''==''''>'' and ''>=''). This is currently not possible to implement with user defined classes, which this RFC tries to solve.
  
 ===== Proposal ===== ===== Proposal =====
Line 25: Line 25:
  
 ===== Patches and Tests ===== ===== Patches and Tests =====
-A pull request with a working implementation, targeting master, is here: https://github.com/php/php-src/pull/2143+A pull request with an interface, targeting master, is here: https://github.com/php/php-src/pull/2143
  
 ===== Vote ===== ===== Vote =====
rfc/comparator_interface.txt · Last modified: 2021/03/27 14:55 by ilutov