> Le 17 janv. 2023 à 15:28, G. P. B. <george.bany...@gmail.com> a écrit : > > Hello Internals, > > I would like to start the discussion on the Path to Saner > Increment/Decrement operators RFC: > https://wiki.php.net/rfc/saner-inc-dec-operators Hi, Adding a `str_increment(...)` function that roughly replicates the current behaviour of `++$x` for non-numeric strings, is necessary and sufficient in order to have a simple and clear path forward for those that use the feature, thanks. (On the other hand, a `str_decrement(...)` equivalent is not useful for the scope of this RFC.) —Claude -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: https://www.php.net/unsub.php
- Re: [PHP-DEV] [RFC] Path to Saner Increment/De... Rowan Tommins
- Re: [PHP-DEV] [RFC] Path to Saner Increment/De... Derick Rethans
- Re: [PHP-DEV] [RFC] Path to Saner Increme... Levi Morrison via internals
- Re: [PHP-DEV] [RFC] Path to Saner Increme... Rowan Tommins
- Re: [PHP-DEV] [RFC] Path to Saner Inc... Kamil Tekiela
- Re: [PHP-DEV] [RFC] Path to Saner... Claude Pache
- Re: [PHP-DEV] [RFC] Path to S... Alex Wells
- Re: [PHP-DEV] [RFC] Path... Claude Pache
- Re: [PHP-DEV] [RFC] ... Alex Wells
- Re: [PHP-DEV] [RFC] Path to Saner... Mark Baker
- Re: [PHP-DEV] [RFC] Path to Saner Increment/De... Claude Pache
- Re: [PHP-DEV] [RFC] Path to Saner Increment/De... Jordan LeDoux
- Re: [PHP-DEV] [RFC] Path to Saner Increment/De... G. P. B.