Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dexec.c114 fp = VCWD_POPEN(cmd, "rb"); in php_exec()
116 fp = VCWD_POPEN(cmd, "r"); in php_exec()
550 if ((in=VCWD_POPEN(command, "rt"))==NULL) {
552 if ((in=VCWD_POPEN(command, "r"))==NULL) {
H A Dfile.c953 fp = VCWD_POPEN(command, posix_mode); in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h252 #define VCWD_POPEN(command, type) virtual_popen(command, type) macro
301 #define VCWD_POPEN(command, type) popen(command, type) macro
/PHP-7.3/ext/readline/
H A Dreadline_cli.c91 pager_pipe = VCWD_POPEN(CLIR_G(pager), "w"); in readline_shell_write()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c1264 if ((fd=VCWD_POPEN((char*)param->str, "w"))) { in PHPDBG_COMMAND()

Completed in 31 milliseconds