Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://www.php.net/manual/en/language.types.string.php#language.types.string.casting mentions > `NULL` is always converted to an empty string. Which seems to indicate that it is a valid argument for it. As opposed to stringifying other types (like arrays), `strval(null)` does not cause a warning in PHP.
- Loading branch information