Name        Context    Description
---------------------------------------------
author      phpdoc     add the user as author
class       php        class statement
cln         php        Clone an object
cls         php        class statement
eco         php        echo a string
elif        php        elseif statement
els         php        else statement
fnc         php        function statement
fore        php        foreach statement
forek       php        foreach with key statement
function    php        function statement
if          php        if statement
inst        php        instanceof statement
itdir       php        iterates a directory
iter        php        iterates an array
my_fa       php        mysql_fetch_array() loop
my_fo       php        mysql_fetch_object() loop
my_fr       php        mysql_fetch_row() loop
my_gc       php        Trap code output
pclon       php        Call parent's clone
pcon        php        Call parent constructor
pr          php        print an expression
prc         php        prints the current class name
prf         php        prints the current function name
prln        php        print with new line
prs         php        print a string
prv         php        print a value
swi         php        switch statement
while       php        while loop