ZEND_ACC_PRIVATE
Submitted by Katrina Niolet on Sat, 06/23/2007 - 14:03.
Indicates a method has private access
Methods declared private can be accessed only inside of the class in which they are declared
This is an alias for 0x400
