[Geany] variable declaration in function -> symbol view

Harold Aling h.aling at xxxxx
Tue Jul 31 11:49:56 UTC 2007


Dear list,

When declaring variables in a function declaration, those variables aren't added to the symbol list...

For example:

<?php
function addVariable($bVar) {
  //do stuff
}
?>

$bVar should be added to the list, but isn't.


Cheers!

-H-




More information about the Users mailing list