mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
44192ce80b
While "" is already treated the same way as absence, null is the logically correct default here. Making this one argument non-nullable is particularly pecular when considering that the preceding $alias and $index arguments are both nullable.