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... --

