diff options
Diffstat (limited to 'ext/phar/tests')
| -rw-r--r-- | ext/phar/tests/cache_list/files/frontcontroller13.phar.inc | 2 | ||||
| -rw-r--r-- | ext/phar/tests/cache_list/files/nophar.phar.inc | 2 | ||||
| -rw-r--r-- | ext/phar/tests/cache_list/files/phar_oo_test.inc | 2 | ||||
| -rw-r--r-- | ext/phar/tests/cache_list/files/phar_test.inc | 2 | ||||
| -rw-r--r-- | ext/phar/tests/files/frontcontroller13.phar.inc | 2 | ||||
| -rw-r--r-- | ext/phar/tests/files/nophar.phar.inc | 2 | ||||
| -rw-r--r-- | ext/phar/tests/files/phar_oo_test.inc | 2 | ||||
| -rw-r--r-- | ext/phar/tests/files/stuboflength1041.phar.inc | 2 | ||||
| -rw-r--r-- | ext/phar/tests/tar/files/corrupt_tarmaker.php.inc | 2 | ||||
| -rw-r--r-- | ext/phar/tests/tar/files/make.dangerous.tar.php.inc | 2 | ||||
| -rw-r--r-- | ext/phar/tests/tar/files/make_invalid_tar.php.inc | 2 | ||||
| -rw-r--r-- | ext/phar/tests/tar/files/tarmaker.php.inc | 2 | ||||
| -rw-r--r-- | ext/phar/tests/zip/files/corrupt_zipmaker.php.inc | 2 | ||||
| -rw-r--r-- | ext/phar/tests/zip/files/make_invalid_tar.php.inc | 2 | ||||
| -rw-r--r-- | ext/phar/tests/zip/files/zipmaker.php.inc | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/ext/phar/tests/cache_list/files/frontcontroller13.phar.inc b/ext/phar/tests/cache_list/files/frontcontroller13.phar.inc index 0bfef46853..df74c13880 100644 --- a/ext/phar/tests/cache_list/files/frontcontroller13.phar.inc +++ b/ext/phar/tests/cache_list/files/frontcontroller13.phar.inc @@ -11,4 +11,4 @@ $a['oof/hi.php'] = '<?php var_dump("hi");'; $a->setStub('<?php Phar::webPhar(); -__HALT_COMPILER();');
\ No newline at end of file +__HALT_COMPILER();'); diff --git a/ext/phar/tests/cache_list/files/nophar.phar.inc b/ext/phar/tests/cache_list/files/nophar.phar.inc index 36d5628762..35b0ddc5e2 100644 --- a/ext/phar/tests/cache_list/files/nophar.phar.inc +++ b/ext/phar/tests/cache_list/files/nophar.phar.inc @@ -7,4 +7,4 @@ $p['web.php'] = '<?php echo "web\n";'; $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a);fclose($a);include dirname(__FILE__) . "/../d";'; $p['d'] = "in d\n"; $p->setStub($p->createDefaultStub('index.php', 'web.php')); -?>
\ No newline at end of file +?> diff --git a/ext/phar/tests/cache_list/files/phar_oo_test.inc b/ext/phar/tests/cache_list/files/phar_oo_test.inc index 9863e8da93..0691e4dc80 100644 --- a/ext/phar/tests/cache_list/files/phar_oo_test.inc +++ b/ext/phar/tests/cache_list/files/phar_oo_test.inc @@ -46,4 +46,4 @@ EOF; $ftime = mktime(12, 0, 0, 3, 1, 2006); include 'phar_test.inc'; -?>
\ No newline at end of file +?> diff --git a/ext/phar/tests/cache_list/files/phar_test.inc b/ext/phar/tests/cache_list/files/phar_test.inc index 047f4ea051..5f0031f560 100644 --- a/ext/phar/tests/cache_list/files/phar_test.inc +++ b/ext/phar/tests/cache_list/files/phar_test.inc @@ -73,4 +73,4 @@ if (@$bz2) { fclose($fp); } -?>
\ No newline at end of file +?> diff --git a/ext/phar/tests/files/frontcontroller13.phar.inc b/ext/phar/tests/files/frontcontroller13.phar.inc index 0bfef46853..df74c13880 100644 --- a/ext/phar/tests/files/frontcontroller13.phar.inc +++ b/ext/phar/tests/files/frontcontroller13.phar.inc @@ -11,4 +11,4 @@ $a['oof/hi.php'] = '<?php var_dump("hi");'; $a->setStub('<?php Phar::webPhar(); -__HALT_COMPILER();');
\ No newline at end of file +__HALT_COMPILER();'); diff --git a/ext/phar/tests/files/nophar.phar.inc b/ext/phar/tests/files/nophar.phar.inc index 36d5628762..35b0ddc5e2 100644 --- a/ext/phar/tests/files/nophar.phar.inc +++ b/ext/phar/tests/files/nophar.phar.inc @@ -7,4 +7,4 @@ $p['web.php'] = '<?php echo "web\n";'; $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a);fclose($a);include dirname(__FILE__) . "/../d";'; $p['d'] = "in d\n"; $p->setStub($p->createDefaultStub('index.php', 'web.php')); -?>
\ No newline at end of file +?> diff --git a/ext/phar/tests/files/phar_oo_test.inc b/ext/phar/tests/files/phar_oo_test.inc index 45421568de..3883d494c1 100644 --- a/ext/phar/tests/files/phar_oo_test.inc +++ b/ext/phar/tests/files/phar_oo_test.inc @@ -47,4 +47,4 @@ EOF; $ftime = mktime(12, 0, 0, 3, 1, 2006); include 'phar_test.inc'; -?>
\ No newline at end of file +?> diff --git a/ext/phar/tests/files/stuboflength1041.phar.inc b/ext/phar/tests/files/stuboflength1041.phar.inc index 28ce8427f3..9d51a750df 100644 --- a/ext/phar/tests/files/stuboflength1041.phar.inc +++ b/ext/phar/tests/files/stuboflength1041.phar.inc @@ -18,4 +18,4 @@ $phar->setStub('<?php ************************************************************************************************ ************************************************************************************************ *********************************************/ -__HALT_COMPILER();');
\ No newline at end of file +__HALT_COMPILER();'); diff --git a/ext/phar/tests/tar/files/corrupt_tarmaker.php.inc b/ext/phar/tests/tar/files/corrupt_tarmaker.php.inc index b5222f5805..4e30dca174 100644 --- a/ext/phar/tests/tar/files/corrupt_tarmaker.php.inc +++ b/ext/phar/tests/tar/files/corrupt_tarmaker.php.inc @@ -174,4 +174,4 @@ class corrupt_tarmaker fwrite($this->tmp, pack('a1024', '')); fclose($this->tmp); } -}
\ No newline at end of file +} diff --git a/ext/phar/tests/tar/files/make.dangerous.tar.php.inc b/ext/phar/tests/tar/files/make.dangerous.tar.php.inc index 52f5a23507..641dda56f5 100644 --- a/ext/phar/tests/tar/files/make.dangerous.tar.php.inc +++ b/ext/phar/tests/tar/files/make.dangerous.tar.php.inc @@ -167,4 +167,4 @@ class danger_tarmaker fwrite($this->tmp, pack('a1024', '')); fclose($this->tmp); } -}
\ No newline at end of file +} diff --git a/ext/phar/tests/tar/files/make_invalid_tar.php.inc b/ext/phar/tests/tar/files/make_invalid_tar.php.inc index 413dd7bd1b..895977bf2f 100644 --- a/ext/phar/tests/tar/files/make_invalid_tar.php.inc +++ b/ext/phar/tests/tar/files/make_invalid_tar.php.inc @@ -6,4 +6,4 @@ function close() fwrite($this->tmp, (binary)'oopsie'); fclose($this->tmp); } -}
\ No newline at end of file +} diff --git a/ext/phar/tests/tar/files/tarmaker.php.inc b/ext/phar/tests/tar/files/tarmaker.php.inc index 0df7ee9933..5860bf84d3 100644 --- a/ext/phar/tests/tar/files/tarmaker.php.inc +++ b/ext/phar/tests/tar/files/tarmaker.php.inc @@ -166,4 +166,4 @@ class tarmaker fwrite($this->tmp, pack('a1024', '')); fclose($this->tmp); } -}
\ No newline at end of file +} diff --git a/ext/phar/tests/zip/files/corrupt_zipmaker.php.inc b/ext/phar/tests/zip/files/corrupt_zipmaker.php.inc index ddac6a4ade..80c6a3eab6 100644 --- a/ext/phar/tests/zip/files/corrupt_zipmaker.php.inc +++ b/ext/phar/tests/zip/files/corrupt_zipmaker.php.inc @@ -328,4 +328,4 @@ class corrupt_zipmaker file_put_contents($zipfile, $write); } } -?>
\ No newline at end of file +?> diff --git a/ext/phar/tests/zip/files/make_invalid_tar.php.inc b/ext/phar/tests/zip/files/make_invalid_tar.php.inc index cec8ef7793..4f4758bbb6 100644 --- a/ext/phar/tests/zip/files/make_invalid_tar.php.inc +++ b/ext/phar/tests/zip/files/make_invalid_tar.php.inc @@ -9,4 +9,4 @@ function close() fwrite($fp, 'oopsie'); fclose($fp); } -}
\ No newline at end of file +} diff --git a/ext/phar/tests/zip/files/zipmaker.php.inc b/ext/phar/tests/zip/files/zipmaker.php.inc index ad16fda659..c9eebad7ed 100644 --- a/ext/phar/tests/zip/files/zipmaker.php.inc +++ b/ext/phar/tests/zip/files/zipmaker.php.inc @@ -67,4 +67,4 @@ class zipmaker { $this->zip->close(); } -}
\ No newline at end of file +} |
