Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Gets the value of a configuration option
<?php ini_get(string $option): string|false
<?php             \T_OPEN_TAG_WITH_ECHO,

        ];



        $this->shortOpenTags = (bool) \ini_get('short_open_tag');

        if ($this->shortOpenTags === false) {

            $targets[] = \T_INLINE_HTML;

        } else {
<?php     {

        if (\version_compare(\PHP_VERSION_ID, '70000', '<') === true) {


            $this->aspTags = (bool) \ini_get('asp_tags');

        }



        return [
<?php         if (\version_compare(\PHP_VERSION_ID, '70000', '<')) {


            self::$aspTags = (bool) \ini_get('asp_tags');

        }

    }