We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd65032 commit 9b54c69Copy full SHA for 9b54c69
test.php
@@ -59,12 +59,12 @@
59
60
echo "\n";
61
62
-var_dump($b->getAllElementsInCircle(new Point(0,0)));
+echo json_encode($b->getAllElementsInCircle(new Point(0, 0)))."\n";
63
64
-var_dump($b->getAllElementsInCircle(new Point(2,0)));
+echo json_encode($b->getAllElementsInCircle(new Point(2,0)))."\n";
65
66
-var_dump($b->getAllElementsInCircle(new Point(2,1)));
+echo json_encode($b->getAllElementsInCircle(new Point(2,1)))."\n";
67
68
-var_dump($b->getAllElementsInCircle(new Point(2,2)));
+echo json_encode($b->getAllElementsInCircle(new Point(2,2)))."\n";
69
70
0 commit comments