diff options
| author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-08-09 11:06:57 +0200 |
|---|---|---|
| committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-08-09 22:03:36 +0200 |
| commit | 7aacc705d03887c64a90489e367f4c40b46aa3c2 (patch) | |
| tree | ec7388f82b37e8611c7513aa95678d7feae82329 /ext/bcmath/tests | |
| parent | 05478e985eb50c473054b4f1bf174f48ead78784 (diff) | |
| download | php-git-7aacc705d03887c64a90489e367f4c40b46aa3c2.tar.gz | |
Add many missing closing PHP tags to tests
Closes GH-5958
Diffstat (limited to 'ext/bcmath/tests')
| -rw-r--r-- | ext/bcmath/tests/bug60377.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bcmath/tests/bug60377.phpt b/ext/bcmath/tests/bug60377.phpt index 6caf7d4661..73d3b2ac1b 100644 --- a/ext/bcmath/tests/bug60377.phpt +++ b/ext/bcmath/tests/bug60377.phpt @@ -13,6 +13,5 @@ try { $var67 = bcsqrt(0); $var414 = bcadd(0,-1,10); ?> - --EXPECT-- bcscale(): Argument #1 ($scale) must be between 0 and 2147483647 |
