summaryrefslogtreecommitdiff
path: root/ext/intl/tests/bug72639.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/bug72639.phpt')
-rw-r--r--ext/intl/tests/bug72639.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/bug72639.phpt b/ext/intl/tests/bug72639.phpt
index 2c94dcc06f..ca9b219715 100644
--- a/ext/intl/tests/bug72639.phpt
+++ b/ext/intl/tests/bug72639.phpt
@@ -6,7 +6,7 @@ Bug #72639 (Segfault when instantiating class that extends IntlCalendar and adds
<?php
class A extends IntlCalendar {
public function __construct() {}
- private $a;
+ private $a;
}
var_dump(new A());
?>