Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test case for fcall with opt args failing due to precision after …
…performing strength reduction optimization during division between numeric literals in operands In php, (39 * 126 / 47) returns float(104.55319148936171) while (39 / 47 * 126) returns float(104.5531914893617)
- Loading branch information