zend_throw_error(NULL, "[] operator not supported for strings");
}
-static zend_never_inline zend_uchar slow_index_convert(const zval *dim, zend_value *value)
+static zend_never_inline zend_uchar slow_index_convert(const zval *dim, zend_value *value EXECUTE_DATA_DC)
{
switch (Z_TYPE_P(dim)) {
case IS_UNDEF:
goto try_again;
} else {
zend_value val;
- zend_uchar t = slow_index_convert(dim, &val);
+ zend_uchar t = slow_index_convert(dim, &val EXECUTE_DATA_CC);
if (t == IS_STRING) {
offset_key = val.str;