### Description The following code: ```php <?php proc_open(["test.bat", "\"¬epad.exe"], …); ``` passes `"test.bat" ^"\^"^¬epad.exe^"` to `CreateProcess()`. The backslash appears to be superfluous. ### PHP Version PHP 8.2 ### Operating System Windows