Home
last modified time | relevance | path

Searched refs:PHPDBG_STDIN (Results 1 – 5 of 5) sorted by relevance

/php-src/sapi/phpdbg/
H A Dphpdbg_io.c63 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, buf + len, PHPDBG_MAX_CMD - len… in ZEND_EXTERN_MODULE_GLOBALS()
H A Dphpdbg.h189 #define PHPDBG_STDIN 0 macro
H A Dphpdbg_cmd.c755 if (!isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) { in phpdbg_read_input()
H A Dphpdbg.c1474 PHPDBG_G(io)[PHPDBG_STDIN].fd = fileno(stdin); in main()
H A Dphpdbg_prompt.c499 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, PHPDBG_G(input_buffer) + PHPDBG… in PHPDBG_COMMAND()

Completed in 41 milliseconds