PHP 7.4/RemovedTypeCasts: handle deprecated (real) typecast by jrfnl · Pull Request #844 · PHPCompatibility/PHPCompatibility
Navigation Menu
{{ message }}
PHPCompatibility / PHPCompatibility Public
- Notifications You must be signed in to change notification settings
- Fork 204
Conversation
Copy link Copy Markdown
Member
As of PHP 7.4, using the (real) type-cast will emit a deprecation notice.
This type-cast is expected to be removed in PHP 8.0.
Refs:
- https://wiki.php.net/rfc/deprecations_php_7_4#the_real_type
- Deprecations for PHP 7.4 php/php-src#4390
- php/php-src@e41b7f6
Related to #808
As of PHP 7.4, using the `(real)` type-cast will emit a deprecation notice. This type-cast is expected to be removed in PHP 8.0. Refs: * https://wiki.php.net/rfc/deprecations_php_7_4#the_real_type * php/php-src#4390 * php/php-src@e41b7f6
jrfnl
added
Type: enhancement
PR: quick merge
PR: ready for review labels
Jul 22, 2019
jrfnl
added this to the
9.x Next milestone
jrfnl
requested a review
from wimg
jrfnl
mentioned this pull request
40 tasks
wimg approved these changes Aug 26, 2019
wimg
merged commit
73d29af
into
master
delete-merged-branch
bot
deleted the
php-7.4/deprecations/remove-typecasts-real
branch
jrfnl
removed
PR: ready for review
PR: quick merge
labels
Sep 5, 2019This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment