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
The Safe\shell_exec function currently throws an exception when null is returned from \shell_exec. A null return is not always equal to an error occording to the docs.
This function can return null both when an error occurs or the program produces no output. It is not possible to detect execution failures using this function.