Searched refs:popen_ex (Results 1 – 4 of 4) sorted by relevance
/PHP-8.0/TSRM/ |
H A D | tsrm_win32.h | 97 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, const char *env);
|
H A D | tsrm_win32.c | 443 return popen_ex(command, type, NULL, NULL); in popen() 446 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, const char *env) in popen_ex() function
|
/PHP-8.0/ext/standard/ |
H A D | mail.c | 534 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL); in php_mail()
|
/PHP-8.0/Zend/ |
H A D | zend_virtual_cwd.c | 1649 return popen_ex(command, type, CWDG(cwd).cwd, NULL); in virtual_popen()
|
Completed in 12 milliseconds