mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-12 11:11:31 +00:00
The official image from streamline does not currently work for the arm64 platform. As a temporary measure, the source code and docker build scripts have been lifted from the official images and are used to build locally. Some additional modifications are made to reduce overall image size, these are documented in docker/README.md
26 lines
919 B
Markdown
26 lines
919 B
Markdown
Symfony Polyfill / Php80
|
|
========================
|
|
|
|
This component provides features added to PHP 8.0 core:
|
|
|
|
- [`Stringable`](https://php.net/stringable) interface
|
|
- [`fdiv`](https://php.net/fdiv)
|
|
- [`ValueError`](https://php.net/valueerror) class
|
|
- [`UnhandledMatchError`](https://php.net/unhandledmatcherror) class
|
|
- `FILTER_VALIDATE_BOOL` constant
|
|
- [`get_debug_type`](https://php.net/get_debug_type)
|
|
- [`PhpToken`](https://php.net/phptoken) class
|
|
- [`preg_last_error_msg`](https://php.net/preg_last_error_msg)
|
|
- [`str_contains`](https://php.net/str_contains)
|
|
- [`str_starts_with`](https://php.net/str_starts_with)
|
|
- [`str_ends_with`](https://php.net/str_ends_with)
|
|
- [`get_resource_id`](https://php.net/get_resource_id)
|
|
|
|
More information can be found in the
|
|
[main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
|
|
|
|
License
|
|
=======
|
|
|
|
This library is released under the [MIT license](LICENSE).
|