You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts commit 80fdbdd.
`zend_eval_string` expects `char *` not `const char *` so making `code`
`const char *` does not make much sense because it would have to be
casted back to `char *`.
0 commit comments