Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_virtual_cwd.h190 CWD_API FILE *virtual_popen(const char *command, const char *type);
285 #define VCWD_POPEN(command, type) virtual_popen(command, type)
H A Dzend_virtual_cwd.c1655 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() function
1661 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() function

Completed in 19 milliseconds