PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 1.2.20
Booking for Appointments and Events Calendar – Amelia v1.2.20
2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / vendor / symfony / polyfill-php70 / README.md
ameliabooking / vendor / symfony / polyfill-php70 Last commit date
Resources 5 years ago LICENSE 5 years ago Php70.php 5 years ago README.md 5 years ago bootstrap.php 5 years ago composer.json 5 years ago
README.md
29 lines
1 Symfony Polyfill / Php70
2 ========================
3
4 This component provides features unavailable in releases prior to PHP 7.0:
5
6 - [](https://php.net/intdiv`intdiv`](https://php.net/intdiv](https://php.net/intdiv)
7 - [](https://php.net/preg_replace_callback_array`preg_replace_callback_array`](https://php.net/preg_replace_callback_array](https://php.net/preg_replace_callback_array)
8 - [](https://php.net/error_clear_last`error_clear_last`](https://php.net/error_clear_last](https://php.net/error_clear_last)
9 - `random_bytes` and `random_int` (from [](https://github.com/paragonie/random_compatparagonie/random_compat](https://github.com/paragonie/random_compat](https://github.com/paragonie/random_compat))
10 - [](https://php.net/Error`*Error` throwable classes](https://php.net/Error](https://php.net/Error)
11 - [](https://php.net/reserved.constants#constant.php-int-min`PHP_INT_MIN`](https://php.net/reserved.constants#constant.php-int-min](https://php.net/reserved.constants#constant.php-int-min)
12 - `SessionUpdateTimestampHandlerInterface`
13
14 More information can be found in the
15 [](https://github.com/symfony/polyfill/blob/master/README.mdmain Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md](https://github.com/symfony/polyfill/blob/master/README.md).
16
17 Compatibility notes
18 ===================
19
20 To write portable code between PHP5 and PHP7, some care must be taken:
21 - `\*Error` exceptions must be caught before `\Exception`;
22 - after calling `error_clear_last()`, the result of `$e = error_get_last()` must be
23 verified using `isset($e['message'][0])` instead of `null !== $e`.
24
25 License
26 =======
27
28 This library is released under the [](LICENSEMIT license](LICENSE](LICENSE).
29