Skip to content

Commit d21d23a

Browse files
committed
Clean section of test not working due to short open tags
Closes GH-5440
1 parent 6f908a0 commit d21d23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/tests/bug79082.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ foreach([Phar::TAR => 'tar', Phar::ZIP => 'zip'] as $mode => $ext) {
3434
}
3535
?>
3636
--CLEAN--
37-
<?
37+
<?php
3838
unlink(__DIR__ . '/test79082.tar');
3939
unlink(__DIR__ . '/test79082.zip');
4040
unlink(__DIR__ . '/test79082-d.tar');

0 commit comments

Comments
 (0)