Home
last modified time | relevance | path

Searched refs:command_with_cmd (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/standard/
H A Dproc_open.c436 char *command_with_cmd; in PHP_FUNCTION() local
727 spprintf(&command_with_cmd, 0, "%s /c %s", COMSPEC_NT, command); in PHP_FUNCTION()
729 …newprocok = CreateProcess(NULL, command_with_cmd, &security, &security, TRUE, dwCreateFlags, env.e… in PHP_FUNCTION()
731 efree(command_with_cmd); in PHP_FUNCTION()

Completed in 9 milliseconds