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
glob() doesn't support StreamWrappers. It does surprisingly return an empty array instead of triggering an error or notice when passing a stream other than file://.
I couldn't find that any discussion has been brought up before regarding the topic.
Is glob() fit the way it is, or should it have streamwrapper support in the future?