For example if $x=""; what will empty($x) return? or is_null($x)? Or the even more surprising one: $x = "0" will return TRUE on empty() even though it is considered a string.
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
scriptygoddess

