Skip to content

Commit f2b00f7

Browse files
committed
Fix tests
1 parent b80de1c commit f2b00f7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ext/enchant/tests/broker_free.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ echo "OK\n";
2323
--EXPECTF--
2424
OK
2525

26-
Deprecated: Function enchant_broker_free() is deprecated since 8.1, EnchantBroker object is freed automatically in %s
26+
Deprecated: Function enchant_broker_free() is deprecated since 8.1, as EnchantBroker objects are freed automatically in %s
2727
OK

ext/enchant/tests/broker_free_dict.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ OK
5050
OK
5151
NULL
5252

53-
Deprecated: Function enchant_broker_free_dict() is deprecated since 8.1, EnchantDictionary object is freed automatically in %s
53+
Deprecated: Function enchant_broker_free_dict() is deprecated since 8.1, as EnchantDictionary objects are freed automatically in %s
5454
OK
5555
OK

ext/pgsql/tests/98old_api.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ Deprecated: Function pg_fieldsize() is deprecated since 8.0, use pg_field_size()
5555

5656
Deprecated: Function pg_fieldtype() is deprecated since 8.0, use pg_field_type() instead in %s on line %d
5757

58-
Deprecated: Function pg_fieldprtlen() is deprecated in %s on line %d
58+
Deprecated: Function pg_fieldprtlen() is deprecated since 8.0, use pg_field_prtlen() instead in %s on line %d
5959

60-
Deprecated: Function pg_fieldprtlen() is deprecated in %s on line %d
60+
Deprecated: Function pg_fieldprtlen() is deprecated since 8.0, use pg_field_prtlen() instead in %s on line %d
6161

6262
Deprecated: pg_fieldprtlen(): Passing null to parameter #2 ($row) of type int is deprecated in %s on line %d
6363

64-
Deprecated: Function pg_fieldisnull() is deprecated in %s on line %d
64+
Deprecated: Function pg_fieldisnull() is deprecated since 8.0, use pg_field_is_null() instead in %s on line %d
6565

66-
Deprecated: Function pg_fieldisnull() is deprecated in %s on line %d
66+
Deprecated: Function pg_fieldisnull() is deprecated since 8.0, use pg_field_is_null() instead in %s on line %d
6767

6868
Deprecated: pg_fieldisnull(): Passing null to parameter #2 ($row) of type int is deprecated in %s on line %d
6969

0 commit comments

Comments
 (0)