Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_virtual_cwd.h174 CWD_API FILE *virtual_popen(const char *command, const char *type);
282 #define VCWD_POPEN(command, type) virtual_popen(command, type)
H A Dzend_virtual_cwd.c1939 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() function
1948 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() function
1975 CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{{ */ in virtual_popen() function
/PHP-7.1/
H A DNEWS1474 . Fixed bug #73025 (Heap Buffer Overflow in virtual_popen of
2242 . Fixed bug #73025 (Heap Buffer Overflow in virtual_popen of

Completed in 23 milliseconds