[CentOS] L9 - what is a value
Jussi Hirvi
listmember at greenspot.fiMon Oct 17 12:04:28 UTC 2011
- Previous message: [CentOS] CentOS 6.0: panic installing i386 on old Acer Desktop
- Next message: [CentOS] SORRY - L9 - what is a value
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This code:
var('i') = string;
boolean($i); '<br>';
var('i') = array;
boolean($i); '<br>';
gives:
> false
> true
So an empty array gives "true" but an empty string "false".
This is different from L8. Is this intentional? If so, why?
- Jussi
- Previous message: [CentOS] CentOS 6.0: panic installing i386 on old Acer Desktop
- Next message: [CentOS] SORRY - L9 - what is a value
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list