Skip to content

Commit 6379c0e

Browse files
minor #461 [PHP 8.3] Update README file with str_increment and str_decrement functions (Ayesh)
This PR was merged into the 1.x branch. Discussion ---------- [PHP 8.3] Update README file with `str_increment` and `str_decrement` functions Related: #453 and #452 Commits ------- 51963b4 [PHP 8.3] Update README file with `str_increment` and `str_decrement` functions
2 parents 6512aa1 + 51963b4 commit 6379c0e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Polyfills are provided for:
6464
- the `ldap_exop_sync` function introduced in PHP 8.3;
6565
- the `ldap_connect_wallet` function introduced in PHP 8.3;
6666
- the `stream_context_set_options` function introduced in PHP 8.3;
67+
- the `str_increment` and `str_decrement` functions introduced in PHP 8.3;
6768
- the `Date*Exception/Error` classes introduced in PHP 8.3;
6869
- the `SQLite3Exception` class introduced in PHP 8.3;
6970

src/Php83/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This component provides features added to PHP 8.3 core:
99
- [`ldap_exop_sync`](https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures)
1010
- [`ldap_connect_wallet`](https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures)
1111
- [`stream_context_set_options`](https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures)
12+
- [`str_increment` and `str_decrement`](https://wiki.php.net/rfc/saner-inc-dec-operators)
1213
- [`Date*Exception/Error classes`](https://wiki.php.net/rfc/datetime-exceptions)
1314
- [`SQLite3Exception`](https://wiki.php.net/rfc/sqlite3_exceptions)
1415

0 commit comments

Comments
 (0)