Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Jul 8, 2024
1 parent b80de1c commit f2b00f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ext/enchant/tests/broker_free.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ echo "OK\n";
--EXPECTF--
OK

Deprecated: Function enchant_broker_free() is deprecated since 8.1, EnchantBroker object is freed automatically in %s
Deprecated: Function enchant_broker_free() is deprecated since 8.1, as EnchantBroker objects are freed automatically in %s
OK
2 changes: 1 addition & 1 deletion ext/enchant/tests/broker_free_dict.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ OK
OK
NULL

Deprecated: Function enchant_broker_free_dict() is deprecated since 8.1, EnchantDictionary object is freed automatically in %s
Deprecated: Function enchant_broker_free_dict() is deprecated since 8.1, as EnchantDictionary objects are freed automatically in %s
OK
OK
8 changes: 4 additions & 4 deletions ext/pgsql/tests/98old_api.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ Deprecated: Function pg_fieldsize() is deprecated since 8.0, use pg_field_size()

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

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

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

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

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

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

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

Expand Down

0 comments on commit f2b00f7

Please sign in to comment.