Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion generated/8.1/functionsList.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion generated/8.1/rector-migrate.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions generator/config/hiddenFunctions.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
'gmp_random_seed', // this function throws an error instead of returning false since PHP 8.0
'hash_hkdf', // this function throws an error instead of returning false since PHP 8.0
'long2ip', // false return type cannot actually be returned, see https://github.com/php/php-src/pull/13395
'mysqli_get_client_stats', // false is actually never returned, see https://github.com/php/doc-en/pull/1055
'pack', // this function no longer returns false since PHP 8.0, but the doc has only been updated since PHP 8.4
'imagesx', // this function throws an error instead of returning false PHP 8.0, see https://github.com/php/doc-en/commit/0462f49fb00dd5abaec3aa322009f2eb40a3279d
'imagesy', // this function throws an error instead of returning false PHP 8.0, see https://github.com/php/doc-en/commit/37f858a5579386dafaddaffbe15034dbcd0f55c8
Expand Down