Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_virtual_cwd.c1857 char *command_line; in virtual_popen() local
1873 …ptr = command_line = (char *) emalloc(command_length + sizeof("cd '' ; ") + dir_length + extra+1+1… in virtual_popen()
1902 retval = popen(command_line, type); in virtual_popen()
1904 efree(command_line); in virtual_popen()
/PHP-7.2/win32/build/
H A Dconfutils.js163 function execute(command_line) argument
165 var e = WshShell.Exec(command_line);

Completed in 17 milliseconds