Skip to content

Remove deprecated (real) cast #5220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

Girgias
Copy link
Member

@Girgias Girgias commented Feb 28, 2020

No description provided.

@@ -27,7 +27,7 @@ $e = (string)$a.(string)$b;
if((bool)$a) echo "true";
if(!(boolean)$b) echo "false";
$c = $c + (integer) 123.4e2;
$d = $c - (real) 12;
$d = $c - (double) 12;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As tokenizer support is now retained, this should keep checking the real case.

@Girgias Girgias force-pushed the remove-real-cast branch from 7dca28c to 94d721d Compare March 4, 2020 23:54
@php-pulls php-pulls closed this in c9db322 Mar 12, 2020
@Girgias Girgias deleted the remove-real-cast branch March 12, 2020 14:42
php-pulls pushed a commit that referenced this pull request Nov 20, 2020
.. but the removal wasn't mentioned in the `UPGRADING` docs yet.

Ref:
* #5220
* c9db322

Closes GH-6440.

[ci-skip]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants