On 10 Dec 2012, at 10:53 AM, Jonathan Lundell <[email protected]> wrote: > On 9 Dec 2012, at 2:56 PM, Massimo Di Pierro <[email protected]> > wrote: >> There are three ways: >> >> - function takes arguments >> - function name is prefixed by __ >> - there is a space between the function name and (). (*) >> >> I do not like (*) very much and I cannot really promise will stay in the >> future since it is not documented. >> > > Actually, (*) got removed in the regex simplification patch. Feel free to > revert that bit... > >
...although I agree that it's not desirable to use that mechanism to hide a function. --

