php functions are not shown
Brought to you by:
yegappan
when a php file has functions with the following format:
function foo( $bar ) ...
it shows up in the taglist window, but when it's like:
function
foo( $bar ) ...
it doesn't. The difference is that keyword 'function' and the function-name are not on the same line.