[php-src] master: enchant: update test after deprecation message changes (#22800)
Gina Peter Banyard via GitHub <[email protected]> Sun, 19 Jul 2026 12:34:57 +0000
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias) Committer: GitHub (web-flow) Pusher: Girgias Date: 2026-07-19T13:34:54+01:00 Commit: https://github.com/php/php-src/commit/0fdd7ab9f1382b58b6837be138a1a25644495485 Raw diff: https://github.com/php/php-src/commit/0fdd7ab9f1382b58b6837be138a1a25644495485.diff enchant: update test after deprecation message changes (#22800) Changed paths: M ext/enchant/tests/bug53070.phpt Diff: diff --git a/ext/enchant/tests/bug53070.phpt b/ext/enchant/tests/bug53070.phpt index 437565d58977..e3ff8a63012f 100644 --- a/ext/enchant/tests/bug53070.phpt +++ b/ext/enchant/tests/bug53070.phpt @@ -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)