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
Unfortunately, traits are not commonly used in extensions so I don't know what exactly needs to happen. I had to submit two PRs to php-src to get it to work at all [1][2].
Additionally, it looks like zend_do_implement_trait may have been removed in PHP 7.3 [3].
On the bright side, AFAIK, nothing a trait does can't be done the old-fashioned way, and this is a simple setter, so you can work around it easily enough.
e.g.
The text was updated successfully, but these errors were encountered: