Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Sets the value of a configuration option
Alias ini_alter
<?php ini_set(string $option, string|int|float|bool|null $value): string|false
<?php         static $shutdownRegistered = false;



        if (function_exists('ini_set') && extension_loaded('xdebug')) {

            ini_set('xdebug.show_exception_trace', '0');

            ini_set('xdebug.scream', '0');

        }
<?php         if (function_exists('ini_set') && extension_loaded('xdebug')) {

            ini_set('xdebug.show_exception_trace', '0');

            ini_set('xdebug.scream', '0');

        }



        if (function_exists('date_default_timezone_set') && function_exists('date_default_timezone_get')) {
<?php             'Foo\\VeryLongNowdoc' => realpath(__DIR__) . '/Fixtures/pcrebacktracelimit/VeryLongNowdoc.php',

        );



        ini_set('pcre.backtrack_limit', '30000');

        $result = ClassMapGenerator::createMap(__DIR__ . '/Fixtures/pcrebacktracelimit');

        ini_restore('pcre.backtrack_limit');