rfc:working_with_substrings
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
rfc:working_with_substrings [2023/01/21 15:20] – created cubic | rfc:working_with_substrings [2023/02/15 15:57] (current) – Added Issue 10 with -> notation/syntax. cubic | ||
---|---|---|---|
Line 3: | Line 3: | ||
* Date: 2023-01-18 | * Date: 2023-01-18 | ||
* Author: Thomas Hruska, cubic@php.net | * Author: Thomas Hruska, cubic@php.net | ||
- | * Status: | + | * Status: |
* First Published at: https:// | * First Published at: https:// | ||
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? | ||
+ | |||
+ | Issue 10 - Should we consider the larger body of string functions for inline buffer modification by supporting the syntax $mystr-> | ||
===== Future Scope ===== | ===== Future Scope ===== | ||
Line 484: | Line 488: | ||
* Implementation PR: TODO | * Implementation PR: TODO | ||
* Discussions on the php.internals mailing list: [[https:// | * Discussions on the php.internals mailing list: [[https:// | ||
- | * Announcement thread: | + | * Announcement thread: |
===== Rejected Features ===== | ===== Rejected Features ===== | ||
None at this time. | None at this time. | ||
rfc/working_with_substrings.1674314418.txt.gz · Last modified: 2023/01/21 15:20 by cubic