Skip to content

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