mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings. Conflicts: ext/dba/libinifile/inifile.c
This commit is contained in:
commit
39612afc72
21 changed files with 30 additions and 31 deletions
|
@ -166,7 +166,7 @@ zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object,
|
|||
/* {{{ spl_array_object_new_ex */
|
||||
static zend_object_value spl_array_object_new_ex(zend_class_entry *class_type, spl_array_object **obj, zval *orig, int clone_orig TSRMLS_DC)
|
||||
{
|
||||
zend_object_value retval;
|
||||
zend_object_value retval = {0};
|
||||
spl_array_object *intern;
|
||||
zval *tmp;
|
||||
zend_class_entry * parent = class_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue