1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00
This commit is contained in:
Thies C. Arntzen
2000-12-11 12:52:52 +00:00
parent 104311042c
commit 889b717a4c
+2 -3
View File
@@ -16,7 +16,7 @@
| Thies C. Arntzen <thies@thieso.net> |
| Sascha Schumann <sascha@schumann.cx> |
+----------------------------------------------------------------------+
*/
*/
/* $Id$ */
@@ -263,9 +263,8 @@ void php_var_serialize(pval *buf, pval **struc, HashTable *var_hash)
continue;
}
php_var_serialize(buf, name, NULL);
if (zend_hash_find((*struc)->value.obj.properties,(*name)->value.str.val,(*name)->value.str.len+1,(void*)&d) == SUCCESS) {
php_var_serialize(buf, name, NULL);
php_var_serialize(buf,d,var_hash);
}
}