mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Update broker_list_dicts.phpt
This commit is contained in:
parent
e36431fbee
commit
d2632efe5e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if(!extension_loaded('enchant')) die('skip, enchant not loader');
|
|||
$broker = enchant_broker_init();
|
||||
if (is_resource($broker)) {
|
||||
echo("OK\n");
|
||||
$brokerListDicts = enchant_broker_list_dicts($broker));
|
||||
$brokerListDicts = enchant_broker_list_dicts($broker);
|
||||
|
||||
if (is_array($brokerListDicts)) {
|
||||
echo("OK\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue