Home
last modified time | relevance | path

Searched refs:enchant_broker_get_dict_path (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/enchant/tests/
H A Dbug53070.phpt13 var_dump(enchant_broker_get_dict_path($broker, ENCHANT_MYSPELL));
14 var_dump(enchant_broker_get_dict_path($broker, ENCHANT_ISPELL));
19 Deprecated: Function enchant_broker_get_dict_path() is deprecated in %s
21 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
26 Deprecated: Function enchant_broker_get_dict_path() is deprecated in %s
28 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
H A Denchant_broker_set_dict_path.phpt3 proto string enchant_broker_get_dict_path(resource broker, int dict_type) function
32 (enchant_broker_get_dict_path($broker,$dictTypeValue1) == $backEndDictType1) &&
33 (enchant_broker_get_dict_path($broker,$dictTypeValue2) == $backEndDictType2)
60 Deprecated: Function enchant_broker_get_dict_path() is deprecated in %s
62 Deprecated: Function enchant_broker_get_dict_path() is deprecated in %s
/PHP-8.3/ext/enchant/
H A Denchant_arginfo.h105 ZEND_FUNCTION(enchant_broker_get_dict_path);
129 ZEND_DEP_FE(enchant_broker_get_dict_path, arginfo_enchant_broker_get_dict_path)
H A Denchant.stub.php52 function enchant_broker_get_dict_path(EnchantBroker $broker, int $type): string|false {} function
H A Denchant.c376 PHP_FUNCTION(enchant_broker_get_dict_path) in PHP_FUNCTION() argument

Completed in 13 milliseconds