14 if (PHP_VERSION_ID >= 70200) {
18 if (!defined(
'PHP_FLOAT_DIG')) {
19 define(
'PHP_FLOAT_DIG', 15);
21 if (!defined(
'PHP_FLOAT_EPSILON')) {
22 define(
'PHP_FLOAT_EPSILON', 2.2204460492503E-16);
24 if (!defined(
'PHP_FLOAT_MIN')) {
25 define(
'PHP_FLOAT_MIN', 2.2250738585072E-308);
27 if (!defined(
'PHP_FLOAT_MAX')) {
28 define(
'PHP_FLOAT_MAX', 1.7976931348623157E+308);
30 if (!defined(
'PHP_OS_FAMILY')) {
31 define(
'PHP_OS_FAMILY',
p\Php72::php_os_family());
34 if (
'\\' === DIRECTORY_SEPARATOR && !function_exists(
'sapi_windows_vt100_support')) {
37 if (!function_exists(
'stream_isatty')) {
40 if (!function_exists(
'utf8_encode')) {
43 if (!function_exists(
'utf8_decode')) {
46 if (!function_exists(
'spl_object_id')) {
49 if (!function_exists(
'mb_ord')) {
52 if (!function_exists(
'mb_chr')) {
53 function mb_chr($code, $enc =
null) {
return p\Php72::mb_chr($code, $enc); }
55 if (!function_exists(
'mb_scrub')) {
56 function mb_scrub($s, $enc =
null) { $enc =
null === $enc ? mb_internal_encoding() : $enc;
return mb_convert_encoding($s, $enc, $enc); }