Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h180 CWD_API FILE *virtual_popen(const char *command, const char *type);
274 #define VCWD_POPEN(command, type) virtual_popen(command, type)
H A Dzend_virtual_cwd.c1649 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() function
1655 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() function

Completed in 14 milliseconds