Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_virtual_cwd.c1665 size_t command_length; in virtual_popen() local
1671 command_length = strlen(command); in virtual_popen()
1683 …ptr = command_line = (char *) emalloc(command_length + sizeof("cd '' ; ") + dir_length + extra+1+1… in virtual_popen()
1711 memcpy(ptr, command, command_length+1); in virtual_popen()

Completed in 11 milliseconds