Home
last modified time | relevance | path

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

/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_io.c80 if (i != PHPDBG_MAX_CMD - 1) { in ZEND_EXTERN_MODULE_GLOBALS()
88 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, buf + len, PHPDBG_MAX_CMD - len… in ZEND_EXTERN_MODULE_GLOBALS()
205 char buf[PHPDBG_MAX_CMD];
H A Dphpdbg_cmd.h111 #define PHPDBG_MAX_CMD 500 macro
H A Dphpdbg.h315 char input_buffer[PHPDBG_MAX_CMD]; /* stdin input buffer */
H A Dphpdbg_cmd.c744 char buf[PHPDBG_MAX_CMD]; in phpdbg_read_input()
820 char buf[PHPDBG_MAX_CMD]; in phpdbg_ask_user_permission()
H A Dphpdbg_prompt.c322 char cmd[PHPDBG_MAX_CMD]; in phpdbg_try_file_init()
327 while (fgets(cmd, PHPDBG_MAX_CMD, fp) != NULL) { in phpdbg_try_file_init()
505 …)[PHPDBG_STDIN].fd, PHPDBG_G(input_buffer) + PHPDBG_G(input_buflen), PHPDBG_MAX_CMD - PHPDBG_G(inp… in PHPDBG_COMMAND()

Completed in 26 milliseconds