PHP Basics Learning Mode

Consider the following script:

<?php
    echo date("M-d-Y", mktime(0, 0, 0, 12, 32, 1995));
?>

What will be the output of the above script?