mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed compilation warnings
This commit is contained in:
parent
c0b49a701a
commit
5864ce8a44
20 changed files with 80 additions and 85 deletions
|
@ -1807,7 +1807,7 @@ ZEND_API int compare_function(zval *result, zval *op1, zval *op2 TSRMLS_DC) /* {
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
static int hash_zval_identical_function(const zval *z1, const zval *z2) /* {{{ */
|
||||
static int hash_zval_identical_function(zval *z1, zval *z2) /* {{{ */
|
||||
{
|
||||
zval result;
|
||||
TSRMLS_FETCH();
|
||||
|
@ -2406,7 +2406,7 @@ string_cmp:
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
static int hash_zval_compare_function(const zval *z1, const zval *z2 TSRMLS_DC) /* {{{ */
|
||||
static int hash_zval_compare_function(zval *z1, zval *z2 TSRMLS_DC) /* {{{ */
|
||||
{
|
||||
zval result;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue