Fix compile failure introduced by the fix for bug #46408.

This commit is contained in:
Adam Harvey 2013-01-15 10:08:26 +08:00
parent 3ea2b73a30
commit be1700d467

View File

@ -584,7 +584,7 @@ ZEND_API void _convert_to_cstring(zval *op ZEND_FILE_LINE_DC) /* {{{ */
break;
}
default:
return _convert_to_string(op);
_convert_to_string(op ZEND_FILE_LINE_CC);
}
Z_TYPE_P(op) = IS_STRING;
}