Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ext/enchant/tests/bug53070.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ var_dump(enchant_broker_get_dict_path($broker, ENCHANT_MYSPELL));
var_dump(enchant_broker_get_dict_path($broker, ENCHANT_ISPELL));
?>
--EXPECTF--
Deprecated: Constant ENCHANT_MYSPELL is deprecated in %s
Deprecated: Constant ENCHANT_MYSPELL is deprecated since 8.0, as enchant_broker_get_dict_path() and enchant_broker_set_dict_path() are deprecated in %s on line %d

Deprecated: Function enchant_broker_get_dict_path() is deprecated since 8.0 in %s
Deprecated: Function enchant_broker_get_dict_path() is deprecated since 8.0 in %s on line %d

Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
bool(false)

Deprecated: Constant ENCHANT_ISPELL is deprecated in %s
Deprecated: Constant ENCHANT_ISPELL is deprecated since 8.0, as enchant_broker_get_dict_path() and enchant_broker_set_dict_path() are deprecated in %s on line %d

Deprecated: Function enchant_broker_get_dict_path() is deprecated since 8.0 in %s
Deprecated: Function enchant_broker_get_dict_path() is deprecated since 8.0 in %s on line %d

Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
bool(false)
Loading