mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
fix typo (and possible segfault)
This commit is contained in:
parent
79bebd9bf8
commit
4f07cff61c
1 changed files with 1 additions and 1 deletions
|
@ -1890,7 +1890,7 @@ SPL_METHOD(CachingIterator, setFlags)
|
||||||
|
|
||||||
intern = (spl_dual_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
|
intern = (spl_dual_it_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
|
||||||
|
|
||||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", flags) == FAILURE) {
|
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &flags) == FAILURE) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue