mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Get rid of var_uninit()
This commit is contained in:
parent
c4f2e0197b
commit
94f5950438
5 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue