File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ enchant_dict_remove() function
4
4
enchant
5
5
--SKIPIF--
6
6
<?php
7
- if (!is_array ( enchant_broker_list_dicts (enchant_broker_init () ))) die ("skip no dictionary installed on this machine " );
7
+ if (!enchant_broker_list_dicts (enchant_broker_init ())) die ("skip no dictionary installed on this machine " );
8
8
?>
9
9
--FILE--
10
10
<?php
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ enchant_dict_remove_from_session() function
4
4
enchant
5
5
--SKIPIF--
6
6
<?php
7
- if (!is_array ( enchant_broker_list_dicts (enchant_broker_init () ))) die ("skip no dictionary installed on this machine! " );
7
+ if (!enchant_broker_list_dicts (enchant_broker_init ())) die ("skip no dictionary installed on this machine! " );
8
8
?>
9
9
--FILE--
10
10
<?php
You can’t perform that action at this time.
0 commit comments