Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

孙龙 / note-library

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Find file History
  • Source code
  • Download zip
  • Download tar.gz
  • Download tar.bz2
  • Download tar
Switch branch/tag
  • note-library
  • vendor
  • symfony
  • polyfill-php72
  • 孙龙's avatar
    up · e6c192c5
    孙龙 committed 5 years ago
    e6c192c5
Name
Last commit
Last Update
..
LICENSE init 5 years ago
Php72.php up 5 years ago
README.md up 5 years ago
bootstrap.php up 5 years ago
composer.json up 5 years ago
README.md

Symfony Polyfill / Php72

This component provides functions added to PHP 7.2 core:

  • spl_object_id
  • stream_isatty

On Windows only:

  • sapi_windows_vt100_support

Moved to core since 7.2 (was in the optional XML extension earlier):

  • utf8_encode
  • utf8_decode

Also, it provides a constant added to PHP 7.2:

  • PHP_FLOAT_*
  • PHP_OS_FAMILY

More information can be found in the main Polyfill README.

License

This library is released under the MIT license.