Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dproc_open.c473 char *command_with_cmd; in PHP_FUNCTION() local
761 spprintf(&command_with_cmd, 0, "%s /c %s", COMSPEC_NT, command); in PHP_FUNCTION()
763 …newprocok = CreateProcess(NULL, command_with_cmd, &security, &security, TRUE, dwCreateFlags, env.e… in PHP_FUNCTION()
765 efree(command_with_cmd); in PHP_FUNCTION()

Completed in 8 milliseconds