Module flags

Source
Expand description

Flags and enums used in PHP and the Zend engine.

Structs§

ClassFlags
Flags for building classes.
ConstantFlags
Flags for building constants.
ErrorType
Represents error types when used via php_error_docref for example.
GlobalConstantFlags
Flags for building module global constants.
IniEntryPermission
Represents permissions for where a configuration setting may be set.
MethodFlags
Flags for building methods.
PropertyFlags
Flags for building properties.
ZendResult
Represents the result of a function.
ZvalTypeFlags
Flags used for setting the type of Zval.

Enums§

DataType
Valid data types for PHP.
FunctionType