mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Merge branch 'PHP-5.5' into PHP-5.6
This commit is contained in:
commit
c0d26bb138
1 changed files with 1 additions and 1 deletions
|
@ -4887,7 +4887,7 @@ PHP_FUNCTION(imageconvolution)
|
|||
if (zend_hash_index_find(Z_ARRVAL_PP(var), (j), (void **) &var2) == SUCCESS) {
|
||||
if (Z_TYPE_PP(var2) != IS_DOUBLE) {
|
||||
zval dval;
|
||||
dval = **var;
|
||||
dval = **var2;
|
||||
zval_copy_ctor(&dval);
|
||||
convert_to_double(&dval);
|
||||
matrix[i][j] = (float)Z_DVAL(dval);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue