Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h159 CWD_API FILE *virtual_popen(const char *command, const char *type);
252 #define VCWD_POPEN(command, type) virtual_popen(command, type)
H A Dzend_virtual_cwd.c1887 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() function
1893 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() function

Completed in 10 milliseconds