mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Fix build for solaris
This commit is contained in:
parent
c7a4bc1677
commit
f388db74f5
1 changed files with 1 additions and 1 deletions
|
@ -1169,7 +1169,7 @@ SPL_METHOD(Array, seek)
|
|||
zend_throw_exception_ex(spl_ce_OutOfBoundsException, 0 TSRMLS_CC, "Seek position %ld is out of range", opos);
|
||||
} /* }}} */
|
||||
|
||||
int inline spl_array_object_count_elements_helper(spl_array_object *intern, long *count TSRMLS_DC) /* {{{ */
|
||||
int static spl_array_object_count_elements_helper(spl_array_object *intern, long *count TSRMLS_DC) /* {{{ */
|
||||
{
|
||||
HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC);
|
||||
HashPosition pos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue