Re: empty list removed
"Christoph M. Becker" <[email protected]>
| Newsgroups | gmane.comp.php.documentation.general |
|---|---|
| Message-ID | <[email protected]> |
On 05.07.2021 at 11:37, Karoly Negyesi wrote: > Hrm. Now I see your link but... > > https://i.imgur.com/43heo5B.png > > In "A variable is considered empty if it does not exist or if its value > equals false" what about changing the words "equals false" to link to the > page you mentioned? Ah, the description section! This could indeed be improved. > Also can we link from https://www.php.net/manual/en/types.comparisons.php > to the boolean page somewhere? Yes, makes sense. Maybe you want to provide a PR? If you don't have a doc setup available, I think you can do that online, e.g. <https://github.com/php/doc-en/edit/master/reference/var/functions/empty.xml>. Christoph