I\'ve just started to practice with PHP built-in gettype() and its return value. This function is capable to return testing result such as boolean,
gettype()
boolean
According to the PHP source code it's the "default" case in the switch statement for that function. My guess is that is is there way of handling an internal error.