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
Hi! i Just made this controller to analyze wheter a system class has dynamically declared properties. Ithink this may help to adapt CI3 to the neew PHP 8.3 without using [#AllowDynamicProperties] argument that can be depecated in future versions.
Cannot detect if a property is inherited! so in some cases, there can be false positives.
Sadly this doesn't work and reports many false positives.
For example in the attached image:
CI_Session_redis_driver extends CI_Session_driver and all of the properties listed as not being declared are in fact declared in the CI_Session_driver class and therefore are not dynamically declared.
Hi! i Just made this controller to analyze wheter a system class has dynamically declared properties. Ithink this may help to adapt CI3 to the neew PHP 8.3 without using [#AllowDynamicProperties] argument that can be depecated in future versions.
Cannot detect if a property is inherited! so in some cases, there can be false positives.
The text was updated successfully, but these errors were encountered: