We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Z_PARAM_STR
Instead of zval key; use zend_string struct.
zval key;
zend_string
See details here - phalcon/cphalcon#15792