ZEND_ACC_PROTECTED
Submitted by Katrina Niolet on Sat, 06/23/2007 - 14:00.
Indicates a method has protected access
Methods declared protected can be accessed only inside of the class in which in is declared or in derived classes
This is an alias for 0x200
