Problem with the Tags plugin and PHP functions
Submitted by Friday, 23 April, 2004 - 11:53
on
I'm trying to use the Follow Tag feature to find where a PHP function is declared, but it has a problem with functions that have parameters eg foo( $bar, $room, $brawl ). It will find the file the function is located in, but not jump to the correct line, just stays on the first line.
It works fine if the function has no parameters eg foo()
It's driving me slightly mad....
It works fine if the function has no parameters eg foo()
It's driving me slightly mad....