diff --git a/generated/8.1/functionsList.php b/generated/8.1/functionsList.php index a7e178e4..fcf4b47d 100644 --- a/generated/8.1/functionsList.php +++ b/generated/8.1/functionsList.php @@ -245,7 +245,6 @@ 'get_meta_tags', 'glob', 'gmmktime', - 'gmp_random_seed', 'gmstrftime', 'gnupg_adddecryptkey', 'gnupg_addencryptkey', diff --git a/generated/8.1/rector-migrate.php b/generated/8.1/rector-migrate.php index dddb3881..40b37f49 100644 --- a/generated/8.1/rector-migrate.php +++ b/generated/8.1/rector-migrate.php @@ -253,7 +253,6 @@ 'get_meta_tags' => 'Safe\get_meta_tags', 'glob' => 'Safe\glob', 'gmmktime' => 'Safe\gmmktime', - 'gmp_random_seed' => 'Safe\gmp_random_seed', 'gmstrftime' => 'Safe\gmstrftime', 'gnupg_adddecryptkey' => 'Safe\gnupg_adddecryptkey', 'gnupg_addencryptkey' => 'Safe\gnupg_addencryptkey', diff --git a/generator/config/hiddenFunctions.php b/generator/config/hiddenFunctions.php index 011c3ae2..9d114916 100644 --- a/generator/config/hiddenFunctions.php +++ b/generator/config/hiddenFunctions.php @@ -15,6 +15,7 @@ 'array_walk_recursive', // actually returns always true, see https://github.com/php/doc-en/commit/cec5275f23d2db648df30a5702b378044431be97 'date', // this function throws an error instead of returning false PHP 8.0, but the doc has only been updated since PHP 8.4 'getallheaders', // always return an array since PHP 7, see https://github.com/php/doc-en/commit/68e52ef14de33f6752a8fdda1ae83c861c5babdb + 'gmp_random_seed', // 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 '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