rfc:implement-strrstr-for-consistency

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
Last revisionBoth sides next revision
rfc:implement-strrstr-for-consistency [2019/06/20 11:38] girgiasrfc:implement-strrstr-for-consistency [2019/06/20 12:06] girgias
Line 14: Line 14:
  
 ===== Proposal ===== ===== Proposal =====
-Implement <php>strrstr</php> and <php>strristr</php> (?) in PHP 7.4 with the same features as <php>strstr</php>, meaning that the ''$needle'' parameter can accept multiple caracters and add a boolean parameter ''$before_needle'' which has a default value of <php>false</php>.+Implement <php>strrstr</php> and <php>strristr</php> (?) in PHP 7.4 with the same features as <php>strstr</php>, meaning that the ''$needle'' parameter can accept multiple characters and add a boolean parameter ''$before_needle'' which has a default value of <php>false</php>.
  
  
Line 50: Line 50:
  
 ===== References ===== ===== References =====
-Links to external references, discussions or RFCs+Announcement on internals: [[https://externals.io/message/105997]]
  
rfc/implement-strrstr-for-consistency.txt · Last modified: 2019/07/03 10:11 by girgias