1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00

Update broker_request_dict_01.phpt

This commit is contained in:
marcosptf
2015-08-09 07:44:04 -03:00
parent b8fdc02536
commit 4848b6af6b
@@ -5,6 +5,8 @@ marcosptf - <marcosptf@yahoo.com.br>
--SKIPIF--
<?php
if(!extension_loaded('enchant')) die('skip, enchant not loader');
if (!is_resource(enchant_broker_init())) {die("skip, resource dont load\n");}
if (!is_array(enchant_broker_list_dicts(enchant_broker_init()))) {die("skip, dont has dictionary install in this machine! \n");}
?>
--FILE--
<?php