Closed
Description
Description
The following code:
<?php
assert(!is_float(0.0));
Resulted in this output:
Uncaught AssertionError: assert(!is_float(0))
But I expected this output instead:
Uncaught AssertionError: assert(!is_float(0.0))
online repro: https://3v4l.org/Rt2QB
The dumped AST must preserve the original meaning.
PHP Version
any
Operating System
any