We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b89f9 commit 0016ed9Copy full SHA for 0016ed9
ext/opcache/jit/zend_jit.c
@@ -200,7 +200,7 @@ static uint32_t zend_jit_ffi_type_info(zend_ffi_type *type)
200
case ZEND_FFI_TYPE_POINTER:
201
if ((type->attr & ZEND_FFI_ATTR_CONST)
202
&& ZEND_FFI_TYPE(type->pointer.type)->kind == ZEND_FFI_TYPE_CHAR) {
203
- info = IS_STRING;
+ info = MAY_BE_STRING;
204
}
205
break;
206
default:
0 commit comments