Dear PHP users.
I have questions about the behavior `null + null = 0`.
Since PHP4.3.0, `null + null` becomes `0`.
Form php-src,
It seems _zendi_try_convert_scalar_to_number converts null to 0.
Do you know who decided this behavior ?
Do you know how did this behavior come about?
Regards.
Kazuki