I have this:
function foo($a=\'apple\', $b=\'brown\', $c=\'Capulet\') { // do something }
Is something like this possible:
Found this, which is probably still correct:
http://www.webmasterworld.com/php/3758313.htm
Short answer: no.
Long answer: yes, in various kludgey ways that are outlined in the above.