]> granicus.if.org Git - php/commitdiff
Clean section of test not working due to short open tags
authorGabriel Caruso <carusogabriel34@gmail.com>
Thu, 23 Apr 2020 15:13:01 +0000 (17:13 +0200)
committerGabriel Caruso <carusogabriel34@gmail.com>
Sun, 26 Apr 2020 00:20:43 +0000 (02:20 +0200)
Closes GH-5440

ext/phar/tests/bug79082.phpt

index ca453d1b57bcfdc95daf42b840abcee41cb8324d..5dc861801a0734db6006e7ce1decca61362ba268 100644 (file)
@@ -34,7 +34,7 @@ foreach([Phar::TAR => 'tar', Phar::ZIP => 'zip'] as $mode => $ext) {
 }
 ?>
 --CLEAN--
-<?
+<?php
 unlink(__DIR__ . '/test79082.tar');
 unlink(__DIR__ . '/test79082.zip');
 unlink(__DIR__ . '/test79082-d.tar');