summaryrefslogtreecommitdiff
path: root/ext/phar/tests/bug46032.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/bug46032.phpt')
-rw-r--r--ext/phar/tests/bug46032.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/tests/bug46032.phpt b/ext/phar/tests/bug46032.phpt
index a20e95d3ed..8f21bf4d59 100644
--- a/ext/phar/tests/bug46032.phpt
+++ b/ext/phar/tests/bug46032.phpt
@@ -9,13 +9,13 @@ Phar: bug #46032: PharData::__construct wrong memory read
$a = __DIR__ .'/mytest';
try {
- new phar($a);
+ new phar($a);
} catch (exception $e) { }
var_dump($a);
try {
- new phar($a);
+ new phar($a);
} catch (exception $e) { }
var_dump($a);