Home
last modified time | relevance | path

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

/PHP-7.0/TSRM/
H A Dtsrm_win32.h102 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env);
H A Dtsrm_win32.c455 return popen_ex(command, type, NULL, NULL); in popen()
458 TSRM_API FILE *popen_ex(const char *command, const char *type, const char *cwd, char *env) in popen_ex() function
/PHP-7.0/ext/standard/
H A Dmail.c372 sendmail = popen_ex(sendmail_cmd, "wb", NULL, NULL); in php_mail()
/PHP-7.0/Zend/
H A Dzend_virtual_cwd.c1838 return popen_ex(command, type, CWDG(cwd).cwd, NULL); in virtual_popen()

Completed in 20 milliseconds