moontoast / math

A PHP 5.3+ mathematics library, providing functionality for large numbers
Apache License 2.0
247 stars 31 forks source link

php 7.0 unit tests fixes - correct octal numbers #7

Closed alex-vlasov closed 7 years ago

alex-vlasov commented 7 years ago

Unit tests fail on php7 with the following error:

PHP Parse error:  Invalid numeric literal in /home/alex/work/math/tests/Moontoast/Math/BigNumberTest.php on line 622
ramsey commented 7 years ago

@alex-vlasov This repository is no longer maintained and the project has moved to https://github.com/ramsey/moontoast-math. Would you might making this PR there? That's the repo Packagist uses.

Thanks!

alex-vlasov commented 7 years ago

@ramsey , thanks for pointing out that this is wrong repo. New PR - https://github.com/ramsey/moontoast-math/pull/2