diff options
Diffstat (limited to 'ext/zip')
-rw-r--r-- | ext/zip/tests/bug53885.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/bug64342_1-mb.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/bug64342_1.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/bug7658.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/oo_addemptydir.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/oo_addfile.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/oo_addglob.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/oo_addpattern.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/oo_close.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/oo_count.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/oo_delete.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/oo_ext_zip.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/oo_externalattributes.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/oo_extract.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/oo_getnameindex.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/oo_namelocate.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/oo_rename.phpt | 2 | ||||
-rw-r--r-- | ext/zip/tests/oo_setcomment.phpt | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/ext/zip/tests/bug53885.phpt b/ext/zip/tests/bug53885.phpt index 1b3fcb9e4b..5db2367c30 100644 --- a/ext/zip/tests/bug53885.phpt +++ b/ext/zip/tests/bug53885.phpt @@ -20,5 +20,5 @@ $nx->statName("a",ZIPARCHIVE::FL_UNCHANGED); $fname = dirname(__FILE__)."/test53885.zip"; unlink($fname); ?> ---EXPECTF-- +--EXPECT-- ==DONE== diff --git a/ext/zip/tests/bug64342_1-mb.phpt b/ext/zip/tests/bug64342_1-mb.phpt index caac92d0f9..4ba564ee1e 100644 --- a/ext/zip/tests/bug64342_1-mb.phpt +++ b/ext/zip/tests/bug64342_1-mb.phpt @@ -29,7 +29,7 @@ if ($zip->status == ZIPARCHIVE::ER_OK) { } @unlink($file); ?> ---EXPECTF-- +--EXPECT-- failed 0 bar 1 foobar/ diff --git a/ext/zip/tests/bug64342_1.phpt b/ext/zip/tests/bug64342_1.phpt index 06b0b92cab..1463170e7e 100644 --- a/ext/zip/tests/bug64342_1.phpt +++ b/ext/zip/tests/bug64342_1.phpt @@ -29,7 +29,7 @@ if ($zip->status == ZIPARCHIVE::ER_OK) { } @unlink($file); ?> ---EXPECTF-- +--EXPECT-- failed 0 bar 1 foobar/ diff --git a/ext/zip/tests/bug7658.phpt b/ext/zip/tests/bug7658.phpt index 56fd00fbab..6a873c2043 100644 --- a/ext/zip/tests/bug7658.phpt +++ b/ext/zip/tests/bug7658.phpt @@ -50,6 +50,6 @@ var_dump($ar); unset($zip); unlink($file); ?> ---EXPECTF-- +--EXPECT-- array(0) { } diff --git a/ext/zip/tests/oo_addemptydir.phpt b/ext/zip/tests/oo_addemptydir.phpt index cb57b5b212..7e739008cc 100644 --- a/ext/zip/tests/oo_addemptydir.phpt +++ b/ext/zip/tests/oo_addemptydir.phpt @@ -28,7 +28,7 @@ if ($zip->status == ZIPARCHIVE::ER_OK) { } @unlink($file); ?> ---EXPECTF-- +--EXPECT-- 0 bar 1 foobar/ 2 foobar/baz diff --git a/ext/zip/tests/oo_addfile.phpt b/ext/zip/tests/oo_addfile.phpt index ab79780999..2c85255068 100644 --- a/ext/zip/tests/oo_addfile.phpt +++ b/ext/zip/tests/oo_addfile.phpt @@ -29,7 +29,7 @@ if ($zip->status == ZIPARCHIVE::ER_OK) { } @unlink($file); ?> ---EXPECTF-- +--EXPECT-- 0 bar 1 foobar/ 2 foobar/baz diff --git a/ext/zip/tests/oo_addglob.phpt b/ext/zip/tests/oo_addglob.phpt index ad8f8780de..d9fab95060 100644 --- a/ext/zip/tests/oo_addglob.phpt +++ b/ext/zip/tests/oo_addglob.phpt @@ -42,7 +42,7 @@ unlink($dirname . '__tmp_oo_addglob.zip'); unlink($dirname . 'foo.txt'); unlink($dirname . 'bar.baz'); ?> ---EXPECTF-- +--EXPECT-- 0 bar 1 foobar/ 2 foobar/baz diff --git a/ext/zip/tests/oo_addpattern.phpt b/ext/zip/tests/oo_addpattern.phpt index 4e1cab4ad9..ce31dd26d6 100644 --- a/ext/zip/tests/oo_addpattern.phpt +++ b/ext/zip/tests/oo_addpattern.phpt @@ -42,7 +42,7 @@ unlink($dirname . '__tmp_oo_addpattern.zip'); unlink($dirname . 'foo.txt'); unlink($dirname . 'bar.txt'); ?> ---EXPECTF-- +--EXPECT-- 0 bar 1 foobar/ 2 foobar/baz diff --git a/ext/zip/tests/oo_close.phpt b/ext/zip/tests/oo_close.phpt index ea67dcddfc..d2b743db9c 100644 --- a/ext/zip/tests/oo_close.phpt +++ b/ext/zip/tests/oo_close.phpt @@ -21,5 +21,5 @@ if ($zip->status == ZIPARCHIVE::ER_OK) { echo "failed\n"; } ?> ---EXPECTF-- +--EXPECT-- ok diff --git a/ext/zip/tests/oo_count.phpt b/ext/zip/tests/oo_count.phpt index f6d1613a39..7d646ceacf 100644 --- a/ext/zip/tests/oo_count.phpt +++ b/ext/zip/tests/oo_count.phpt @@ -19,7 +19,7 @@ if (!$zip->open($file)) { var_dump($zip->numFiles, count($zip), $zip->numFiles == count($zip)); ?> Done ---EXPECTF-- +--EXPECT-- int(4) int(4) bool(true) diff --git a/ext/zip/tests/oo_delete.phpt b/ext/zip/tests/oo_delete.phpt index 69c6151d5c..ccc75b4867 100644 --- a/ext/zip/tests/oo_delete.phpt +++ b/ext/zip/tests/oo_delete.phpt @@ -71,7 +71,7 @@ if (file_exists($file)) { unlink($file); } ?> ---EXPECTF-- +--EXPECT-- ok ok ok diff --git a/ext/zip/tests/oo_ext_zip.phpt b/ext/zip/tests/oo_ext_zip.phpt index 739a671e0b..bebce8cf16 100644 --- a/ext/zip/tests/oo_ext_zip.phpt +++ b/ext/zip/tests/oo_ext_zip.phpt @@ -20,7 +20,7 @@ class myZip extends ZipArchive { $z = new myZip; ?> ---EXPECTF-- +--EXPECT-- array(1) { [0]=> int(1) diff --git a/ext/zip/tests/oo_externalattributes.phpt b/ext/zip/tests/oo_externalattributes.phpt index 1ee209e069..8f53e99a61 100644 --- a/ext/zip/tests/oo_externalattributes.phpt +++ b/ext/zip/tests/oo_externalattributes.phpt @@ -44,7 +44,7 @@ $zip->close(); $name = __DIR__ . '/withattr.zip'; @unlink($name); ?> ---EXPECTF-- +--EXPECT-- == Set bool(true) bool(true) diff --git a/ext/zip/tests/oo_extract.phpt b/ext/zip/tests/oo_extract.phpt index 1e4d6b25f6..755d7ae906 100644 --- a/ext/zip/tests/oo_extract.phpt +++ b/ext/zip/tests/oo_extract.phpt @@ -67,7 +67,7 @@ if (!file_exists($dirname . '__oo_extract_tmp/foo')) { rmdir_rf($dirname . '__oo_extract_tmp'); ?> ---EXPECTF-- +--EXPECT-- blabla laber rababer sülz bar diff --git a/ext/zip/tests/oo_getnameindex.phpt b/ext/zip/tests/oo_getnameindex.phpt index cd4c9dbe30..9f501204fa 100644 --- a/ext/zip/tests/oo_getnameindex.phpt +++ b/ext/zip/tests/oo_getnameindex.phpt @@ -40,7 +40,7 @@ var_dump($zip->getNameIndex(3)); $zip->close(); ?> ---EXPECTF-- +--EXPECT-- string(10) "entry1.txt" string(10) "entry2.txt" string(15) "dir/entry2d.txt" diff --git a/ext/zip/tests/oo_namelocate.phpt b/ext/zip/tests/oo_namelocate.phpt index bbe7ec55d9..ea800130a8 100644 --- a/ext/zip/tests/oo_namelocate.phpt +++ b/ext/zip/tests/oo_namelocate.phpt @@ -39,7 +39,7 @@ var_dump($zip->locateName('enTRy2d.txt', ZIPARCHIVE::FL_NOCASE|ZIPARCHIVE::FL_NO $zip->close(); ?> ---EXPECTF-- +--EXPECT-- int(0) bool(false) int(1) diff --git a/ext/zip/tests/oo_rename.phpt b/ext/zip/tests/oo_rename.phpt index 98489ae256..dbb80fa1e2 100644 --- a/ext/zip/tests/oo_rename.phpt +++ b/ext/zip/tests/oo_rename.phpt @@ -48,7 +48,7 @@ $zip->close(); @unlink($file); ?> ---EXPECTF-- +--EXPECT-- 0 entry1.txt 1 entry2.txt 2 dir/entry2.txt diff --git a/ext/zip/tests/oo_setcomment.phpt b/ext/zip/tests/oo_setcomment.phpt index 89d6e8ef6b..f6469c9524 100644 --- a/ext/zip/tests/oo_setcomment.phpt +++ b/ext/zip/tests/oo_setcomment.phpt @@ -55,7 +55,7 @@ $zip->close(); @unlink($file); ?> ---EXPECTF-- +--EXPECT-- bool(true) bool(true) bool(true) |