mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Missing piece
This commit is contained in:
parent
a860f45d72
commit
caa99d8436
1 changed files with 1 additions and 1 deletions
|
@ -1418,7 +1418,7 @@ SPL_METHOD(Array, getChildren)
|
||||||
|
|
||||||
MAKE_STD_ZVAL(flags);
|
MAKE_STD_ZVAL(flags);
|
||||||
ZVAL_LONG(flags, SPL_ARRAY_USE_OTHER);
|
ZVAL_LONG(flags, SPL_ARRAY_USE_OTHER);
|
||||||
spl_instantiate_arg_ex1(intern->std.ce, &return_value, 0, *entry TSRMLS_CC);
|
spl_instantiate_arg_ex2(intern->std.ce, &return_value, 0, *entry, flags TSRMLS_CC);
|
||||||
zval_ptr_dtor(&flags);
|
zval_ptr_dtor(&flags);
|
||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue