<?php/* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */useSymfony\Polyfill\Php72asp;if(PHP_VERSION_ID<70200){if('\\'===DIRECTORY_SEPARATOR&&!function_exists('sapi_windows_vt100_support')){functionsapi_windows_vt100_support($stream,$enable=null){returnp\Php72::sapi_windows_vt100_support($stream,$enable);}}if(!function_exists('stream_isatty')){functionstream_isatty($stream){returnp\Php72::stream_isatty($stream);}}if(!function_exists('utf8_encode')){functionutf8_encode($s){returnp\Php72::utf8_encode($s);}functionutf8_decode($s){returnp\Php72::utf8_decode($s);}}if(!function_exists('spl_object_id')){functionspl_object_id($s){returnp\Php72::spl_object_id($s);}}if(!defined('PHP_OS_FAMILY')){define('PHP_OS_FAMILY',p\Php72::php_os_family());}if(!function_exists('mb_chr')){functionmb_ord($s,$enc=null){returnp\Php72::mb_ord($s,$enc);}functionmb_chr($code,$enc=null){returnp\Php72::mb_chr($code,$enc);}functionmb_scrub($s,$enc=null){$enc=null===$enc?mb_internal_encoding():$enc;returnmb_convert_encoding($s,$enc,$enc);}}}