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.
A lot of our extensions use convert_to_*() and zval_get_TYPE() engine functions which might hide some implicit casts to the end users.
convert_to_*()
zval_get_TYPE()
Ideally, those usages should be reviewed and use the corresponding try function when available.
try