PHPDBG_MAX_CMD 303 sapi/phpdbg/phpdbg.h char input_buffer[PHPDBG_MAX_CMD]; /* stdin input buffer */ PHPDBG_MAX_CMD 744 sapi/phpdbg/phpdbg_cmd.c char buf[PHPDBG_MAX_CMD]; PHPDBG_MAX_CMD 821 sapi/phpdbg/phpdbg_cmd.c char buf[PHPDBG_MAX_CMD]; PHPDBG_MAX_CMD 80 sapi/phpdbg/phpdbg_io.c if (i != PHPDBG_MAX_CMD - 1) { PHPDBG_MAX_CMD 88 sapi/phpdbg/phpdbg_io.c } while ((bytes = phpdbg_mixed_read(PHPDBG_G(io)[PHPDBG_STDIN].fd, buf + len, PHPDBG_MAX_CMD - len, -1)) > 0); PHPDBG_MAX_CMD 205 sapi/phpdbg/phpdbg_io.c char buf[PHPDBG_MAX_CMD]; PHPDBG_MAX_CMD 323 sapi/phpdbg/phpdbg_prompt.c char cmd[PHPDBG_MAX_CMD]; PHPDBG_MAX_CMD 328 sapi/phpdbg/phpdbg_prompt.c while (fgets(cmd, PHPDBG_MAX_CMD, fp) != NULL) {