summaryrefslogtreecommitdiff
path: root/ext/spl/tests/heap_corruption.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/heap_corruption.phpt')
-rw-r--r--ext/spl/tests/heap_corruption.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/heap_corruption.phpt b/ext/spl/tests/heap_corruption.phpt
index 5e9dec7855..6b85681de5 100644
--- a/ext/spl/tests/heap_corruption.phpt
+++ b/ext/spl/tests/heap_corruption.phpt
@@ -9,7 +9,7 @@ Mike Sullivan <mikesul@php.net>
class myHeap extends SplHeap
{
public $allow_compare = true;
-
+
public function compare($v1, $v2)
{
if ($this->allow_compare == true)