Go to the source code of this file.
◆ PHP_ENCHANT_GET_BROKER
#define PHP_ENCHANT_GET_BROKER |
Value:
if (!pbroker->pbroker) { \
zend_value_error("Invalid or uninitialized EnchantBroker object"); \
RETURN_THROWS(); \
}
#define Z_ENCHANT_BROKER_P(zv)
Definition at line 254 of file enchant.c.
◆ PHP_ENCHANT_GET_DICT
Value:
if (!pdict->pdict) { \
zend_value_error("Invalid or uninitialized EnchantDictionary object"); \
RETURN_THROWS(); \
}
#define Z_ENCHANT_DICT_P(zv)
Definition at line 261 of file enchant.c.
◆ PHP_ENCHANT_ISPELL
◆ PHP_ENCHANT_MYSPELL
◆ Z_ENCHANT_BROKER_P
◆ Z_ENCHANT_DICT_P
◆ enchant_broker
◆ enchant_dict
◆ PHP_FUNCTION() [1/21]
◆ PHP_FUNCTION() [2/21]
◆ PHP_FUNCTION() [3/21]
◆ PHP_FUNCTION() [4/21]
◆ PHP_FUNCTION() [5/21]
◆ PHP_FUNCTION() [6/21]
◆ PHP_FUNCTION() [7/21]
◆ PHP_FUNCTION() [8/21]
◆ PHP_FUNCTION() [9/21]
◆ PHP_FUNCTION() [10/21]
◆ PHP_FUNCTION() [11/21]
◆ PHP_FUNCTION() [12/21]
◆ PHP_FUNCTION() [13/21]
◆ PHP_FUNCTION() [14/21]
◆ PHP_FUNCTION() [15/21]
◆ PHP_FUNCTION() [16/21]
◆ PHP_FUNCTION() [17/21]
◆ PHP_FUNCTION() [18/21]
◆ PHP_FUNCTION() [19/21]
◆ PHP_FUNCTION() [20/21]
◆ PHP_FUNCTION() [21/21]
◆ PHP_MINFO_FUNCTION()
PHP_MINFO_FUNCTION |
( |
enchant | | ) |
|
◆ PHP_MINIT_FUNCTION()
PHP_MINIT_FUNCTION |
( |
enchant | | ) |
|
◆ PHP_MSHUTDOWN_FUNCTION()
PHP_MSHUTDOWN_FUNCTION |
( |
enchant | | ) |
|
◆ enchant_broker_ce
◆ enchant_dict_ce
◆ enchant_module_entry
Initial value:= {
"enchant",
ext_functions,
}
#define PHP_ENCHANT_VERSION
#define STANDARD_MODULE_HEADER
#define STANDARD_MODULE_PROPERTIES
Definition at line 87 of file enchant.c.