Objective-PHP is a port of the Objective-C (or Objective-J runtime to PHP. This adds the language features of Objective-C nestled nicely inside the syntax of Objective-C.
Moka is a port of the Apple Cocoa Frameworks (or Cappuccino).
Objective-PHP Tokens
Here is a list of Objective-PHP tokens for keywords and special constants.
- TOKEN (ID NUM): string
T_OBJPHP_ATIMPORT(10000):@importT_OBJPHP_IMPLEMENTATION(10001):@implementationT_OBJPHP_INTERFACE():@interfaceT_OBJPHP_END():@endT_OBJPHP_PUBLIC():@publicT_OBJPHP_PRIVATE():@privateT_OBJPHP_PROTECTED():@protectedT_OBJPHP_TRY():@tryT_OBJPHP_CATCH():@catchT_OBJPHP_THROW():@implementationT_OBJPHP_FINALLY():@finallyT_OBJPHP_PROTOCOL():@protocolT_OBJPHP_SELECTOR():@selectorT_OBJPHP_SYNTHESIZE():@synthesizeT_OBJPHP_ACCESSORS():@accessorsT_OBJPHP_SYNCHRONIZED():@synchronizedT_OBJPHP_DEFS():@defsT_OBJPHP_ENCODE():@encodeT_OBJPHP_PHP():@phpT_OBJPHP_CMD():$_cmdT_OBJPHP_SUPER():$superT_OBJPHP_SELF():$self(Note:self(with no $) is reserved by PHP)T_OBJPHP_NIL(10022):nilT_OBJPHP_OBJNIL(10023):NilT_OBJPHP_THIS(10024):$this(In instance methods this is replaced by$_op_obj)
Document status: COMPLETE for current version.

