1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 12:42:29 +02:00

Fix the array() problem (and probably some other problems too)

This commit is contained in:
Zeev Suraski
2003-02-09 17:30:50 +00:00
parent 8678f51835
commit 55a66b1cb2

View File

@@ -97,6 +97,10 @@ static inline zval *_get_zval_ptr(znode *node, temp_variable *Ts, zval **should_
}
}
break;
case IS_UNUSED:
*should_free = 0;
return NULL;
break;
EMPTY_SWITCH_DEFAULT_CASE()
}
return NULL;