On 2014-03-03 15:27 +0800, Shigio YAMAGUCHI wrote:
> Isn't it possible to write a source file including a couple of lines
> to reproduce the bug?

Download the attached php file and place it in a directory then do these
experiments:

1.
$ gtags
$ global -v --result=grep --path-style=shorter  prepareTimezone
DrupalDateTime.php:74:  protected function prepareTimezone($timezone) {

2.
$ rm -f GTAGS GRTAGS GPATH
$ GTAGSLABEL=ctags gtags
$ global -v --result=grep --path-style=shorter  prepareTimezone
DrupalDateTime.php:74:protected function prepareTimezone($timezone) {

3.
$ global -v --result=cscope --path-style=shorter  prepareTimezone
DrupalDateTime.php prepareTimezone 74 protected function 
prepareTimezone($timezone) {

Leo

<<attachment: DrupalDateTime.php>>

_______________________________________________
Bug-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to