All Projects → symfony → Polyfill Php70

symfony / Polyfill Php70

Licence: mit
This component provides features unavailable in releases prior to PHP 7.0.

Projects that are alternatives of or similar to Polyfill Php70

Polyfill Intl Grapheme
This component provides a partial, native PHP implementation of the Grapheme functions from the Intl extension.
Stars: ✭ 690 (-78.9%)
Mutual labels:  symfony, symfony-component, polyfill, component
Polyfill Intl Normalizer
This component provides a fallback implementation for the Normalizer class provided by the Intl extension.
Stars: ✭ 896 (-72.6%)
Mutual labels:  symfony, symfony-component, polyfill, component
Polyfill Apcu
This component provides apcu_* functions and the APCUIterator class to users of the legacy APC extension.
Stars: ✭ 629 (-80.76%)
Mutual labels:  symfony, symfony-component, polyfill, component
Polyfill Ctype
This component provides a partial, native PHP implementation for the Ctype extension.
Stars: ✭ 3,774 (+15.41%)
Mutual labels:  symfony, symfony-component, polyfill, component
Polyfill Php73
This component provides functions unavailable in releases prior to PHP 7.3.
Stars: ✭ 2,121 (-35.14%)
Mutual labels:  symfony, symfony-component, polyfill, component
Polyfill Intl Icu
This component provides a collection of functions/classes using the symfony/intl package when the Intl extension is not installed.
Stars: ✭ 2,287 (-30.06%)
Mutual labels:  symfony, symfony-component, polyfill, component
Polyfill Php80
This component provides functions unavailable in releases prior to PHP 8.0.
Stars: ✭ 798 (-75.6%)
Mutual labels:  symfony, symfony-component, polyfill, component
Polyfill Xml
This polyfill is deprecated. Use the symfony/polyfill-php72 package instead.
Stars: ✭ 11 (-99.66%)
Mutual labels:  symfony, symfony-component, polyfill, component
Polyfill
PHP polyfills
Stars: ✭ 1,333 (-59.24%)
Mutual labels:  symfony, symfony-component, polyfill, component
Polyfill Php54
This component provides functions unavailable in releases prior to PHP 5.4.
Stars: ✭ 93 (-97.16%)
Mutual labels:  symfony, symfony-component, polyfill, component
Polyfill Php55
This component provides functions unavailable in releases prior to PHP 5.5.
Stars: ✭ 105 (-96.79%)
Mutual labels:  symfony, symfony-component, polyfill, component
Polyfill Util
This component provides binary-safe string functions, using the mbstring extension when available.
Stars: ✭ 1,364 (-58.29%)
Mutual labels:  symfony, symfony-component, polyfill, component
Polyfill Php56
This component provides functions unavailable in releases prior to PHP 5.6.
Stars: ✭ 1,470 (-55.05%)
Mutual labels:  symfony, symfony-component, polyfill, component
Validator
The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.
Stars: ✭ 2,238 (-31.56%)
Mutual labels:  symfony, symfony-component, component
Intl
A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.
Stars: ✭ 2,323 (-28.96%)
Mutual labels:  symfony, symfony-component, component
Stopwatch
The Stopwatch component provides a way to profile code.
Stars: ✭ 2,388 (-26.97%)
Mutual labels:  symfony, symfony-component, component
Mime
The MIME component allows manipulating MIME types.
Stars: ✭ 2,174 (-33.52%)
Mutual labels:  symfony, symfony-component, component
Property Access
The PropertyAccess component provides function to read and write from/to an object or array using a simple string notation.
Stars: ✭ 2,362 (-27.77%)
Mutual labels:  symfony, symfony-component, component
Security Acl
Symfony Security ACL Component
Stars: ✭ 321 (-90.18%)
Mutual labels:  symfony, symfony-component, component
Form
The Form component allows you to easily create, process and reuse HTML forms.
Stars: ✭ 2,406 (-26.42%)
Mutual labels:  symfony, symfony-component, component

Symfony Polyfill / Php70

This component provides features unavailable in releases prior to PHP 7.0:

More information can be found in the main Polyfill README.

Compatibility notes

To write portable code between PHP5 and PHP7, some care must be taken:

  • \*Error exceptions must be caught before \Exception;
  • after calling error_clear_last(), the result of $e = error_get_last() must be verified using isset($e['message'][0]) instead of null !== $e.

License

This library is released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].