Home
last modified time | relevance | path

Searched refs:broker (Results 1 – 7 of 7) sorted by relevance

/PHP-5.6/ext/enchant/
H A Denchant.c243 if (broker) { in php_enchant_broker_free()
245 if (broker->dictcnt && broker->dict) { in php_enchant_broker_free()
382 zval *broker; in PHP_FUNCTION() local
399 zval *broker; in PHP_FUNCTION() local
422 zval *broker; in PHP_FUNCTION() local
462 zval *broker; in PHP_FUNCTION() local
514 zval *broker; in PHP_FUNCTION() local
532 zval *broker; in PHP_FUNCTION() local
585 zval *broker; local
656 zval *broker; local
[all …]
/PHP-5.6/ext/enchant/tests/
H A Dbroker_request_dict.phpt9 $broker = enchant_broker_init();
10 if (!is_resource($broker)) {
14 $dicts = enchant_broker_list_dicts($broker);
17 $dict = enchant_broker_request_dict($broker, $dicts[0]['lang_tag']);
H A Dbroker_free.phpt10 $broker = enchant_broker_init();
11 if (is_resource($broker)) {
13 enchant_broker_free($broker);
H A Dbroker_describe.phpt10 $broker = enchant_broker_init();
12 if(!$broker) exit("failed, broker_init failure\n");
14 $provides = enchant_broker_describe($broker);
H A Dbroker_init.phpt10 $broker = enchant_broker_init();
11 echo is_resource($broker) ? "OK" : "Failure";
H A Dbug13181.phpt2 bug #13181, leaving a context frees the broker resources
29 function get_dict($broker) {
30 $t = enchant_broker_request_dict($broker, 'en');
/PHP-5.6/
H A DNEWS1419 . Fixed bug #65406 (Enchant broker plugins are in the wrong place in windows

Completed in 35 milliseconds