New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 8.0 tests failing #16525
Comments
|
Here is why diff --git a/libraries/classes/Gis/GisMultiPoint.php b/libraries/classes/Gis/GisMultiPoint.php
index 216720ff48..4d83a3c3aa 100644
--- a/libraries/classes/Gis/GisMultiPoint.php
+++ b/libraries/classes/Gis/GisMultiPoint.php
@@ -227,6 +227,9 @@ class GisMultiPoint extends GisGeometry
);
$points_arr = $this->extractPoints($multipoint, $scale_data);
+ die (json_encode([
+ $points_arr[0][0] == '',
+ ], JSON_PRETTY_PRINT));
$row = '';
foreach ($points_arr as $point) {
if ($point[0] == '' || $point[1] == '') { |
williamdes
added a commit
that referenced
this issue
Dec 12, 2020
Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes
added a commit
that referenced
this issue
Dec 12, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://travis-ci.org/github/phpmyadmin/phpmyadmin/jobs/748483400#L1129
https://travis-ci.org/github/phpmyadmin/phpmyadmin/jobs/748483402#L1309
The text was updated successfully, but these errors were encountered: