rfc:working_with_substrings

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:working_with_substrings [2023/02/14 15:38] – Moving to Under Discussion cubicrfc:working_with_substrings [2023/02/15 15:57] (current) – Added Issue 10 with -> notation/syntax. cubic
Line 460: Line 460:
  
 Issue 8 - Is php_adjust_substr_offset_length() internally consistent in how it calculates bounded offset and length with other areas of PHP? Issue 8 - Is php_adjust_substr_offset_length() internally consistent in how it calculates bounded offset and length with other areas of PHP?
 +
 +Issue 9 - Should the operations conducted here be their own type in PHP instead of adding new functions and parameters to existing functions?  See the discussion thread for details.
 +
 +Issue 10 - Should we consider the larger body of string functions for inline buffer modification by supporting the syntax $mystr->substr(), $mystr->toUpper(), etc.?  This increases the scope quite a bit.  See the discussion thread for details.
  
 ===== Future Scope ===== ===== Future Scope =====
rfc/working_with_substrings.1676389082.txt.gz · Last modified: 2023/02/14 15:38 by cubic