mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix datatype mismatch warnings
This commit is contained in:
parent
89ed34e3e9
commit
1b4fd5825a
3 changed files with 8 additions and 8 deletions
|
@ -266,7 +266,7 @@ ZEND_API void _zval_copy_ctor_func(zval *zvalue ZEND_FILE_LINE_DC)
|
|||
}
|
||||
|
||||
|
||||
ZEND_API int zend_print_variable(zval *var TSRMLS_DC)
|
||||
ZEND_API size_t zend_print_variable(zval *var TSRMLS_DC)
|
||||
{
|
||||
return zend_print_zval(var, 0 TSRMLS_CC);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue