i knoe only one use of the default keyword:

PHP Code:
switch(x)
{
    case 
1: {}
    case 
2: {}
    default: {}
//basically, it does what's in these brackets if none of the cases above are met