Skip to content

Commit 2dd32fe

Browse files
committed
Merge branch 'PHP-7.0'
2 parents 8d12ff7 + 8732ead commit 2dd32fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_operators.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ ZEND_API void ZEND_FASTCALL convert_to_boolean(zval *op) /* {{{ */
492492

493493
ZEND_API void ZEND_FASTCALL _convert_to_cstring(zval *op ZEND_FILE_LINE_DC) /* {{{ */
494494
{
495-
double dval;
496495
if (Z_TYPE_P(op) == IS_DOUBLE) {
497496
zend_string *str;
498497
double dval = Z_DVAL_P(op);

0 commit comments

Comments
 (0)