Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c1659 char *command_line; in virtual_popen() local
1675 …ptr = command_line = (char *) emalloc(command_length + sizeof("cd '' ; ") + dir_length + extra+1+1… in virtual_popen()
1704 retval = popen(command_line, type); in virtual_popen()
1706 efree(command_line); in virtual_popen()
/PHP-7.4/win32/build/
H A Dconfutils.js138 function execute(command_line) argument
140 var e = WshShell.Exec(command_line);

Completed in 19 milliseconds