Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c1657 size_t command_length; in virtual_popen() local
1663 command_length = strlen(command); in virtual_popen()
1675 …ptr = command_line = (char *) emalloc(command_length + sizeof("cd '' ; ") + dir_length + extra+1+1… in virtual_popen()
1703 memcpy(ptr, command, command_length+1); in virtual_popen()

Completed in 10 milliseconds