mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Fix compile failure introduced by the fix for bug #46408.
This commit is contained in:
parent
3ea2b73a30
commit
be1700d467
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ ZEND_API void _convert_to_cstring(zval *op ZEND_FILE_LINE_DC) /* {{{ */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
return _convert_to_string(op);
|
_convert_to_string(op ZEND_FILE_LINE_CC);
|
||||||
}
|
}
|
||||||
Z_TYPE_P(op) = IS_STRING;
|
Z_TYPE_P(op) = IS_STRING;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue