Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_virtual_cwd.h188 CWD_API FILE *virtual_popen(const char *command, const char *type);
283 #define VCWD_POPEN(command, type) virtual_popen(command, type)
H A Dzend_virtual_cwd.c1657 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() function
1663 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() function

Completed in 9 milliseconds