Home
last modified time | relevance | path

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

/PHP-7.3/TSRM/
H A Dtsrm_win32.h101 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env);
H A Dtsrm_win32.c445 return popen_ex(command, type, NULL, NULL); in popen()
448 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env) in popen_ex() function
/PHP-7.3/ext/standard/
H A Dmail.c574 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL); in php_mail()
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.c1889 return popen_ex(command, type, CWDG(cwd).cwd, NULL); in virtual_popen()

Completed in 20 milliseconds