On Fri, Jul 5, 2019 at 4:13 AM <w...@wkhudgins.info> wrote: > Hello all, > > After 15 days of discussion I have opened up voting on the following RFC > (https://wiki.php.net/rfc/add_str_begin_and_end_functions) . > > You can access the voting page here: > https://wiki.php.net/rfc/add_str_begin_and_end_functions/vote > > I have never set up a vote on doku-wiki so please let me know if I made > the vote incorrectly! > > Thanks, > > Will >
As we're already two days past the announced end, I've closed the RFC vote. The final outcome is 26 in favor vs 20 against for str_starts_with and friends, and 4 in favor to 36 against for mb_starts_with and friends. Because a 2/3 majority is required, both parts of the proposal are declined. Based on the discussion during voting, I think that trying this again with just str_starts_with+str_ends_with without the case-insensitive variants might pass, as that's where the main controversy seems to be -- though some people also expressed the view that these functions are too trivial to add to the standard library. In any case, thanks for driving this through the RFC process! Nikita