Edit File by line
/home/barbar84/www/wp-conte.../plugins/updraftp.../vendor/symfony/polyfill...
File: README.md
Symfony Polyfill / Php70
[0] Fix | Delete
========================
[1] Fix | Delete
[2] Fix | Delete
This component provides features unavailable in releases prior to PHP 7.0:
[3] Fix | Delete
[4] Fix | Delete
- [`intdiv`](https://php.net/intdiv)
[5] Fix | Delete
- [`preg_replace_callback_array`](https://php.net/preg_replace_callback_array)
[6] Fix | Delete
- [`error_clear_last`](https://php.net/error_clear_last)
[7] Fix | Delete
- `random_bytes` and `random_int` (from [paragonie/random_compat](https://github.com/paragonie/random_compat))
[8] Fix | Delete
- [`*Error` throwable classes](https://php.net/Error)
[9] Fix | Delete
- [`PHP_INT_MIN`](https://php.net/reserved.constants#constant.php-int-min)
[10] Fix | Delete
- `SessionUpdateTimestampHandlerInterface`
[11] Fix | Delete
[12] Fix | Delete
More information can be found in the
[13] Fix | Delete
[main Polyfill README](https://github.com/symfony/polyfill/blob/master/README.md).
[14] Fix | Delete
[15] Fix | Delete
Compatibility notes
[16] Fix | Delete
===================
[17] Fix | Delete
[18] Fix | Delete
To write portable code between PHP5 and PHP7, some care must be taken:
[19] Fix | Delete
- `\*Error` exceptions must be caught before `\Exception`;
[20] Fix | Delete
- after calling `error_clear_last()`, the result of `$e = error_get_last()` must be
[21] Fix | Delete
verified using `isset($e['message'][0])` instead of `null !== $e`.
[22] Fix | Delete
[23] Fix | Delete
License
[24] Fix | Delete
=======
[25] Fix | Delete
[26] Fix | Delete
This library is released under the [MIT license](LICENSE).
[27] Fix | Delete
[28] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function