Home
last modified time | relevance | path

Searched refs:Php72 (Results 1 – 4 of 4) sorted by last modified time

/plugin/authgooglesheets/
H A Dcomposer.lock1228 "Symfony\\Polyfill\\Php72\\": ""
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php12 namespace Symfony\Polyfill\Php72;
20 final class Php72 class
H A DREADME.md1 Symfony Polyfill / Php72
H A Dbootstrap.php12 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); }