diff options
Diffstat (limited to 'ext/phar/tests/create_new_phar_c.phpt')
-rw-r--r-- | ext/phar/tests/create_new_phar_c.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/create_new_phar_c.phpt b/ext/phar/tests/create_new_phar_c.phpt index dc52dbf45b..547544d758 100644 --- a/ext/phar/tests/create_new_phar_c.phpt +++ b/ext/phar/tests/create_new_phar_c.phpt @@ -9,7 +9,7 @@ phar.require_hash=1 <?php file_put_contents('phar://' . __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php/a.php', - 'brand new!'); + 'brand new!'); $phar = new Phar(__DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php'); |