diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-11-19 11:12:36 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-11-19 11:12:36 +0000 |
| commit | c39a2f7143c6d73e3fd7e9d5203cdfe2e69c8c4f (patch) | |
| tree | 04e2a17781b06eeaedce12f611041a43825447a6 /ext/zip | |
| parent | 06a116cd5339ff6c7a27edb1d9b47d19295bb2bb (diff) | |
| download | php-git-c39a2f7143c6d73e3fd7e9d5203cdfe2e69c8c4f.tar.gz | |
fix test
Diffstat (limited to 'ext/zip')
| -rw-r--r-- | ext/zip/tests/oo_properties.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/oo_properties.phpt b/ext/zip/tests/oo_properties.phpt index e056194c4d..7078f454cf 100644 --- a/ext/zip/tests/oo_properties.phpt +++ b/ext/zip/tests/oo_properties.phpt @@ -41,7 +41,7 @@ zip->numFiles (4): empty(): 0 isset(): 1 -Notice: Undefined property: ZipArchive::$bogus in %s on line %d +Notice: Undefined property: ZipArchive::$bogus in %s on line %d zip->bogus (0): empty(): 1 isset(): 0 |
