Function lists
From EditPlus Wiki
Revision as of 23:14, 14 June 2007 by 62.118.176.251 (Talk)
Hull! Dis site gets betta every time I visit it. Great work guyz!
giant ebony mature tits | whores horny mature milf pic | mature babes | mature pantyhose galleries free
Hull! Dis site gets betta every time I visit it. Great work guyz!
giant ebony mature tits | whores horny mature milf pic | mature babes | mature pantyhose galleries free
PHP5
When using classes in PHP5 the function keyword can be preceded by "public", "private" or "protected". The following updated regex takes account of this change from PHP4. If you don't know why you might need this, then you probably don't.
^[ \t]*(public[ \t]|protected[ \t]|private[ \t]|)[ \t]*function[ \t].*\([^;]*$
To also show classes in the function list use the following:
^[ \t]*((public[ \t]|protected[ \t]|private[ \t]|)[ \t]*function[ \t].*\()|(class[ \t].*\{)[^;]*$