1, Boolean value FALSE itself.
2. The integer value is 0 (zero)
3. An empty string with a floating-point value of 0.0 (zero) and the string "0"
4. An array that contains no elements
5. Objects that do not contain any member variables (PHP 4.0 only)
6. Special type NULL (including variables that have not been set)
7. SimpleXML objects generated from XML documents without any tags.