1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00
Files
Louis-Arnaud a0d6215110 Document offsetSet() as alias of deprecated SplObjectStorage::attach() (#5089)
`SplObjectStorage::offsetSet()` is an alias of `SplObjectStorage::attach()`,
which is deprecated as of PHP 8.5.

This change makes the alias relationship explicit in the documentation.
Issue: https://github.com/php/doc-en/issues/4957
2026-01-11 14:49:45 +00:00
..