Open baljeetsidhu opened 1 year ago
PHP didn't support named parameters prior to PHP 8.0, so the argument about PHP 7.4 makes no sense.
This is a doc-es issue of the Spanish translations not being up to date. If you want to help them feel free to send PRs.
From manual page: https://php.net/function.rtrim
Till
php74
, bothcharacter_mask
andcharacters
named parameter was supportted. Seem slikecharacter_mask
is dropped silently without any deprecation mentioing.In php80, I am getting error
Unknown named parameter $character_mask
.On English documentation page, its
characters
but Spanish version is still showing ascharacter_mask
.