Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.c1897 char *command_line; in virtual_popen() local
1913 …ptr = command_line = (char *) emalloc(command_length + sizeof("cd '' ; ") + dir_length + extra+1+1… in virtual_popen()
1942 retval = popen(command_line, type); in virtual_popen()
1944 efree(command_line); in virtual_popen()
/PHP-7.3/win32/build/
H A Dconfutils.js167 function execute(command_line) argument
169 var e = WshShell.Exec(command_line);

Completed in 20 milliseconds