Get rid of var_uninit()

This commit is contained in:
Zeev Suraski 2001-07-15 19:03:04 +00:00
parent c4f2e0197b
commit 94f5950438
5 changed files with 5 additions and 5 deletions

View file

@ -552,7 +552,7 @@ static pval _java_getset_property
0, (void **) &pobject);
obj = zend_list_find((*pobject)->value.lval,&type);
result = (jlong)(long) &presult;
var_uninit(&presult);
presult.type = IS_NULL;
if (!obj || (type!=le_jobject)) {
php_error(E_ERROR,