From bb2e67aa75a00c101dcf68558e90b400c31fde62 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 19 Nov 2007 11:12:30 +0000 Subject: [PATCH] fix test --- ext/zip/tests/oo_properties.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1