Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_io.h33 PHPDBG_API int phpdbg_mixed_read(int sock, char *ptr, int len, int tmo);
H A Dphpdbg_io.c88 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, buf + len, PHPDBG_MAX_CMD - len… in ZEND_EXTERN_MODULE_GLOBALS()
179 PHPDBG_API int phpdbg_mixed_read(int sock, char *ptr, int len, int tmo) { function
H A Dphpdbg_prompt.c506 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, PHPDBG_G(input_buffer) + PHPDBG… in PHPDBG_COMMAND()

Completed in 9 milliseconds