mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
's' works with size_t round 2
This commit is contained in:
parent
5882446b8b
commit
257ed4061a
25 changed files with 137 additions and 109 deletions
|
@ -472,7 +472,7 @@ PHP_FUNCTION(bcpow)
|
|||
PHP_FUNCTION(bcsqrt)
|
||||
{
|
||||
char *left;
|
||||
int left_len;
|
||||
size_t left_len;
|
||||
zend_long scale_param = 0;
|
||||
bc_num result;
|
||||
int scale = BCG(bc_precision), argc = ZEND_NUM_ARGS();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue