tony2001 Mon Nov 19 11:12:21 2007 UTC
Modified files:
/php-src/ext/zip/tests oo_properties.phpt
Log:
fix test broken by Sara's commit
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/tests/oo_properties.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/zip/tests/oo_properties.phpt
diff -u php-src/ext/zip/tests/oo_properties.phpt:1.2
php-src/ext/zip/tests/oo_properties.phpt:1.3
--- php-src/ext/zip/tests/oo_properties.phpt:1.2 Mon Aug 13 12:46:34 2007
+++ php-src/ext/zip/tests/oo_properties.phpt Mon Nov 19 11:12:21 2007
@@ -2,7 +2,7 @@
ziparchive::properties isset()/empty() checks
--SKIPIF--
<?php
-/* $Id: oo_properties.phpt,v 1.2 2007/08/13 12:46:34 tony2001 Exp $ */
+/* $Id: oo_properties.phpt,v 1.3 2007/11/19 11:12:21 tony2001 Exp $ */
if(!extension_loaded('zip')) die('skip');
?>
--FILE--
@@ -41,7 +41,7 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php