Go to the source code of this file.
Defines | |
#define | ONPHP_LOGO_GUID "PHPE1C85E90-600D-C0DE-DADA-B622A1EF5492" |
#define | ONPHP_EXCEPTIONS_LIST "\BaseException, \BusinessLogicException, \DatabaseException, \DuplicateObjectException, \MissingElementException, \NetworkException, \ObjectNotFoundException, \TooManyRowsException, \UnimplementedFeatureException, \UnsupportedMethodException, \WrongArgumentException, \WrongStateException." |
#define | ONPHP_INTERFACES_LIST "\DAOConnected, \DialectString, \FullTextDAO, \Identifiable, \Instantiatable, \Named, \Prototyped, \Query, \SegmentHandler, \Stringable, \SQLTableName, \ViewResolver." |
#define | ONPHP_CLASSES_LIST "\Castable, \Dialect, \DBValue, \Enumeration, \FieldTable, \IdentifiableObject, \Identifier, \ImaginaryDialect, \NamedObject, \QueryIdentification, \Singleton, \StaticFactory." |
Variables | |
static const unsigned char | onphp_logo [] |
#define ONPHP_CLASSES_LIST "\Castable, \Dialect, \DBValue, \Enumeration, \FieldTable, \IdentifiableObject, \Identifier, \ImaginaryDialect, \NamedObject, \QueryIdentification, \Singleton, \StaticFactory." |
#define ONPHP_EXCEPTIONS_LIST "\BaseException, \BusinessLogicException, \DatabaseException, \DuplicateObjectException, \MissingElementException, \NetworkException, \ObjectNotFoundException, \TooManyRowsException, \UnimplementedFeatureException, \UnsupportedMethodException, \WrongArgumentException, \WrongStateException." |
#define ONPHP_INTERFACES_LIST "\DAOConnected, \DialectString, \FullTextDAO, \Identifiable, \Instantiatable, \Named, \Prototyped, \Query, \SegmentHandler, \Stringable, \SQLTableName, \ViewResolver." |
#define ONPHP_LOGO_GUID "PHPE1C85E90-600D-C0DE-DADA-B622A1EF5492" |
Definition at line 14 of file onphp_logo.c.
Referenced by PHP_MINFO_FUNCTION(), PHP_MINIT_FUNCTION(), and PHP_MSHUTDOWN_FUNCTION().
const unsigned char onphp_logo[] [static] |