Searched refs:Php72 (Results 1 – 4 of 4) sorted by relevance
12 use Symfony\Polyfill\Php72 as p;31 define('PHP_OS_FAMILY', p\Php72::php_os_family());35 …function sapi_windows_vt100_support($stream, $enable = null) { return p\Php72::sapi_windows_vt100_…38 function stream_isatty($stream) { return p\Php72::stream_isatty($stream); }41 function utf8_encode($string) { return p\Php72::utf8_encode($string); }44 function utf8_decode($string) { return p\Php72::utf8_decode($string); }47 function spl_object_id($object) { return p\Php72::spl_object_id($object); }50 function mb_ord($string, $encoding = null) { return p\Php72::mb_ord($string, $encoding); }53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); }
12 namespace Symfony\Polyfill\Php72;20 final class Php72 class
1 Symfony Polyfill / Php72
206 "Symfony\\Polyfill\\Php72\\": ""