Sujet : Re: Against bool
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 31. May 2024, 07:51:30
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v3bs1i$24dpl$1@dont-email.me>
References : 1 2 3
User-Agent : Pan/0.158 (Avdiivka; )
On Fri, 31 May 2024 06:49:40 +0100, Malcolm McLean wrote:
if (is_array(node, true))
Now what the hell?
I’ve suggested this sort of thing before:
if (is_array(node, /*useattributes =*/ true))
Nothing specific to booleans, also applicable to other argument types.