Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_io.c78 if (i != PHPDBG_MAX_CMD - 1) { in ZEND_EXTERN_MODULE_GLOBALS()
86 …} while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, buf + len, PHPDBG_MAX_CMD - len… in ZEND_EXTERN_MODULE_GLOBALS()
203 char buf[PHPDBG_MAX_CMD];
H A Dphpdbg_cmd.h105 #define PHPDBG_MAX_CMD 500 macro
H A Dphpdbg.h313 char input_buffer[PHPDBG_MAX_CMD]; /* stdin input buffer */
H A Dphpdbg_cmd.c742 char buf[PHPDBG_MAX_CMD]; in phpdbg_read_input()
812 char buf[PHPDBG_MAX_CMD]; in phpdbg_ask_user_permission()
H A Dphpdbg_prompt.c319 char cmd[PHPDBG_MAX_CMD]; in phpdbg_try_file_init()
324 while (fgets(cmd, PHPDBG_MAX_CMD, fp) != NULL) { in phpdbg_try_file_init()
503 …)[PHPDBG_STDIN].fd, PHPDBG_G(input_buffer) + PHPDBG_G(input_buflen), PHPDBG_MAX_CMD - PHPDBG_G(inp… in PHPDBG_COMMAND()

Completed in 32 milliseconds