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 is a meta to-do list/progression status for the conversion of Warnings (and possibly Notices) to Errors in extensions.
Some extensions might not emit any warnings and should be ticked with a relevant note.
This is a meta to-do list/progression status for the conversion of Warnings (and possibly Notices) to Errors in extensions.
Some extensions might not emit any warnings and should be ticked with a relevant note.
One way to check for
E_WARNING
is looking at symbol usage in C files with the help of LXR: https://heap.space/search?project=php-src&full=&defs=&refs=E_WARNING&path=&hist=&type=c&n=100The same can be done for
E_NOTICE
: https://heap.space/search?project=php-src&full=&defs=&refs=E_NOTICE&path=&hist=&type=c&n=100The text was updated successfully, but these errors were encountered: