tony2001 Tue Mar 6 19:45:02 2007 UTC
Modified files:
/php-src/ext/standard var.c
Log:
initialize variable
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var.c?r1=1.262&r2=1.263&diff_format=u
Index: php-src/ext/standard/var.c
diff -u php-src/ext/standard/var.c:1.262 php-src/ext/standard/var.c:1.263
--- php-src/ext/standard/var.c:1.262 Mon Feb 19 17:28:11 2007
+++ php-src/ext/standard/var.c Tue Mar 6 19:45:02 2007
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: var.c,v 1.262 2007/02/19 17:28:11 helly Exp $ */
+/* $Id: var.c,v 1.263 2007/03/06 19:45:02 tony2001 Exp $ */
@@ -375,7 +375,7 @@
zend_uint class_name_len;
zend_class_entry *ce;
int (*zval_element_dump_func)(zval**, int, va_list, zend_hash_key*);
- int is_temp;
+ int is_temp = 0;
if (level > 1) {
php_printf("%*c", level - 1, ' ');
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php