Home
last modified time | relevance | path

Searched refs:enchant_broker_set_ordering (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/enchant/tests/
H A Dbroker_set_ordering.phpt2 enchant_broker_set_ordering() function
20 if (enchant_broker_set_ordering($broker,$dicts[0]['lang_tag'],$comma)) {
/php-src/ext/enchant/
H A Denchant_arginfo.h110 ZEND_FUNCTION(enchant_broker_set_ordering);
133 ZEND_FE(enchant_broker_set_ordering, arginfo_enchant_broker_set_ordering)
H A Denchant.stub.php69 function enchant_broker_set_ordering(EnchantBroker $broker, string $tag, string $ordering): bool {} function
H A Denchant.c553 PHP_FUNCTION(enchant_broker_set_ordering) in PHP_FUNCTION() argument
568 enchant_broker_set_ordering(pbroker->pbroker, ptag, pordering); in PHP_FUNCTION()

Completed in 9 milliseconds